piejanssens / premiumizer

Download manager for premiumize.me cloud downloads
MIT License
172 stars 45 forks source link

Doesn't start since updating to Python 3.9 #316

Closed CarlosHartmann closed 3 years ago

CarlosHartmann commented 3 years ago

It wasn't working for me anymore so I decided to set up a fresh install. Following the macOS install steps, the first not to work is virtualenv -p /usr/local/bin/python3 envf

It returns: pkg_resources.DistributionNotFound: The 'importlib-resources>=1.0' distribution was not found and is required by virtualenv

Trying to start premiumizer after installing throws unknown module errors first for apprise, then bencode, then BTL. The last one I couldn't install.

Not sure if this has anything to do with Python 3.9 but that was the timing in my case; first the update to the newest Python, then the issues next time I tried starting premiumizer.

neox387 commented 3 years ago

Have not tried again om 3.9 but I remeber some dependency was not ready for 3.9 few months ago

CarlosHartmann commented 3 years ago

Python 3.8 works fine so I guess it'll be a matter of time till it works on 3.9. Leaving the issue open till then.

hurricane-dorian commented 3 years ago

Works just fine with python 3.9 (tested in Linux) the virtualenv error message suggests your python environment is screwed up. Try this thread for possible fixes. https://stackoverflow.com/questions/60416277/how-do-i-fix-this-error-distributionnotfound-the-zipp-0-5-distribution-was

CarlosHartmann commented 3 years ago

Works just fine with python 3.9 (tested in Linux) the virtualenv error message suggests your python environment is screwed up. Try this thread for possible fixes. https://stackoverflow.com/questions/60416277/how-do-i-fix-this-error-distributionnotfound-the-zipp-0-5-distribution-was

Thank you, this worked. Just FYI, you didn't use the url syntax correctly, but it doesn't matter. Important is that the provided thread fixed it!