Open Steffen2024 opened 10 months ago
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.
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.