Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fun function not working #247

Open
Steffen2024 opened this issue Jan 4, 2024 · 1 comment
Open

Fun function not working #247

Steffen2024 opened this issue Jan 4, 2024 · 1 comment

Comments

@Steffen2024
Copy link

Hello,

why is it not possible to use the "fun" function ? If i run "qobuz-dl fun -l 10" nothing happend. In the past it works great.
Screenshot 2024-01-04 125618

@TyrannicalOverlord
Copy link

TyrannicalOverlord commented Jan 21, 2024

Try downgrading your Python version to 3.10, there shouldn't be much conflict with many other packages you have installed using later versions. But if you really need a later version of Python, then you can install a parallel Python 3.10 version and installing Qobuz-dl using:

python3.10 -m pip install qobuz-dl

You can verify that Qobuz-dl is installed correctly by running the following command in your command window:

python3.10 -m qobuz-dl --version

This should display the version of Qobuz-dl that you have installed. If you have a previous install using a later version, say Python 3.12, then you can use the following command in your command window to uninstall Qobuz-dl before or after installing with Python 3.10:

python3.12 -m pip uninstall qobuz-dl

Hope that helps for now. When all libraries come up to date with the newest Python version this issue will most likely go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants