-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Error on install #348
Comments
This is likely to be because you're running |
same issue here but the "culprit" is not pip but pylast since the newest version of pylast (3.0 as of 1 jan 19) dropped support for python 2.7. So how can I change the requirements of iris to require an older version of pylast, so it can even be installed at all. edit: ok seems like "pip install pylast==2.4" is a workaround but still... :/ |
I actually think we may be safe to remove |
Resolved in #349 |
Expected behavior
install with
pip install Mopidy-Iris
Actual behavior
not install with error
pylast requires Python '>=3.5' but the running Python is 2.7.13
Steps to replicate
Tested environment(s)
Operating systems affected
Browsers affected
Screen sizes affected
Additional details, debug data, logs, etc
Before you submit
The text was updated successfully, but these errors were encountered: