Hey there,
I recently installed Mopidy on Ubuntu 17.10 as a service… and when I install any web extensions via pip, they “successfully” install… but then when I browse to the machines IP, it doesn’t list any extensions. Any clue what could be going wrong?
Cheers!
~Mio
Please can you provide the output of sudo mopidyctl mopidy deps
1 Like
I assume you mean sudo mopidyctl deps
? as the command you suggested fails
Command output:
$ sudo mopidyctl deps
Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf deps" as user mopidy
Executable: /usr/bin/mopidy
Platform: Linux-4.13.0-16-generic-x86_64-with-Ubuntu-17.10-artful
Python: CPython 2.7.14 from /usr/lib/python2.7
Mopidy: 2.1.0 from /usr/lib/python2.7/dist-packages
Mopidy-WebSettings: 0.2.0 from /usr/local/lib/python2.7/dist-packages
Jinja2>=2.7: 2.10 from /usr/local/lib/python2.7/dist-packages
MarkupSafe>=0.23: 1.0 from /usr/local/lib/python2.7/dist-packages
ConfigObj>=4.0.0: 5.0.6 from /usr/local/lib/python2.7/dist-packages
six: 1.10.0 from /usr/lib/python2.7/dist-packages
Mopidy>=0.19: 2.1.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/lib/python2.7/dist-packages
setuptools: 36.2.7 from /usr/lib/python2.7/dist-packages
Mopidy-MusicBox-Webclient: 2.4.0 from /usr/local/lib/python2.7/dist-packages
Mopidy>=1.1.0: 2.1.0 from /usr/lib/python2.7/dist-packages
setuptools: 36.2.7 from /usr/lib/python2.7/dist-packages
Mopidy-Spotify: 3.1.0 from /usr/lib/python2.7/dist-packages
Mopidy>=2.0: 2.1.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/lib/python2.7/dist-packages
pyspotify>=2.0.5: 2.0.5 from /usr/lib/python2.7/dist-packages
cffi>=1.0.0: 1.9.1 from /usr/lib/python2.7/dist-packages
requests>=2.0: 2.18.1 from /usr/lib/python2.7/dist-packages
GStreamer: 1.12.3.0 from /usr/lib/python2.7/dist-packages/gi
Detailed information:
Python wrapper: python-gi 3.24.1
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
alsasink
osssink
oss4sink
pulsesink
flump3dec
id3demux
id3v2mux
lamemp3enc
mpegaudioparse
mpg123audiodec
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
mad
Any ideas of what could be causing this…?
seckie
November 17, 2022, 11:37pm
5
This comment will help you:
Mopidy requires Python 3.7 and Ubuntu 18.04 provides Python 3.6. You can see your Mopidy service is using Python 2.7.