You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Ah this is my fault, When I added the new playlist track async iterator I forgot to change the python requires on setup.py.
The library is now 3.6+ anything less isn't supported. Although I may make the whole library 2to3 compatible in the future right now this isn't in the works.
Simply put the fix for that is use Python 3.6+ not 3.5 @l0ner
But what if my distro doesn't provide python3.6 (debian-stable and raspbian provides only 2.7 and 3.5). I'm not keen on installing python on debian from source or external repos. Could be there a workaround to make it work with 3.5?
I have revised some of the code in the playlist.py, this should remove the 3.6 dependency. Install the new version (0.2.0) and try it out If there are any issues let me know
Hi!
So, I'm trying to use this library, byt apparentely I cannot use it in python3.5 as i cannot import it. The error is:
Any way to bypass this?
The text was updated successfully, but these errors were encountered: