vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.45k stars 192 forks source link

Fun function not working #247

Open Steffen2024 opened 10 months ago

Steffen2024 commented 10 months ago

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 commented 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.