-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
ImportError: No module named pylast #239
Comments
In classic just-after-you-post fashion, I figured out that the package was installed locally instead of globally. Ran |
Final message for me, I fixed it by installing packages one-by-one when they appear in the log with The packages that were issues were as follows:
Although this is a fix, I'm not sure why this happened and if it should, so I'm keeping this issue open for you to decide. |
Cheers for exploring this - it does seem particularly odd. All the Python dependencies are defined in
So it seems really weird for some OS' to not respect these dependencies. I'll try creating a vanilla VirtualBox of Ubuntu Server 16 to see if I can replicate this. |
I've installed a vanilla Ubutnu 16 instance and have installed Iris without any problems. This suggests the issue might be to do with a previous installation of Iris or pip on your machine. I would suggest upgrading pip ( |
@NickVst can you please confirm whether this problem is still relevant? If not, please feel free to close the issue. |
Unfortunately I haven't used Iris in a while. I'm pretty confident it would've been a previous installation of pip that caused the issues, anyway. I'll close the issue. |
Expected behavior
After installing mopidy-iris and starting mopidy, I'd expect to browse to the mopidy web interface and see Iris.
Actual behavior
Iris is not in the list of extensions.
Steps to replicate
pip installl mopidy-iris
sudo systemctl restart mopidy.service
http://satori:6680/
Tested environment(s)
Operating systems affected
Additional details, debug data, logs, etc
cat /var/log/mopidy/mopidy.log
Logs show that pylast isn't installed.
Okay, so I'll
pip install pylast
.Hm. Does it work?
Well, it imports, and I know too little about python to know where the issue lies. So any assistance would be appreciated.
The text was updated successfully, but these errors were encountered: