2024-03-02, 10:04 AM
Hello everyone,
unfortunately I can't get any further with the installation instructions for Mopidy Raspberry Pi (Remote Controlled Speakers) at https://jellyfin.org/docs/general/client...d-speakers
does not work. Since step 5 (Install the Jellyfin extension and any other Mopidy related packages you want:
sudo pip3 install mopidy-jellyfin mopidy-musicbox-webclient)
always runs into an error:
error: externally-managed-environment
× This environment is managed externally
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you want to install a Python package that is not included in Debian,
create a virtual environment with python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure
that you have installed python3-full.
After my research I have read that you can install an environment, I have also done this with the following commands:
python3 -m venv my_venv
Source my_venv/bin/activat
When I then entered sudo pip3 install mopidy-jellyfin mopidy-musicbox-webclient again, I got the same error:
error: extern-managed-environment
× This environment is managed externally
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you want to install a Python package that is not included in Debian,
create a virtual environment with python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure
that you have installed python3-full.
For more information visit http://rptl.io/venv
It's a pity that the instructions have an error, because I installed everything exactly according to the instructions and step 4 Install required OS packages: sudo apt install mopidy mopidy-mpd gstreamer1.0-plugins-bad python3-pip
has also run successfully. But I just can't get any further. I hope someone knows.
The instructions would also have to be revised, as they are faulty if I can see that correctly.
Best regards and have a nice weekend
Translated with www.DeepL.com/Translator (free version)
unfortunately I can't get any further with the installation instructions for Mopidy Raspberry Pi (Remote Controlled Speakers) at https://jellyfin.org/docs/general/client...d-speakers
does not work. Since step 5 (Install the Jellyfin extension and any other Mopidy related packages you want:
sudo pip3 install mopidy-jellyfin mopidy-musicbox-webclient)
always runs into an error:
error: externally-managed-environment
× This environment is managed externally
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you want to install a Python package that is not included in Debian,
create a virtual environment with python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure
that you have installed python3-full.
After my research I have read that you can install an environment, I have also done this with the following commands:
python3 -m venv my_venv
Source my_venv/bin/activat
When I then entered sudo pip3 install mopidy-jellyfin mopidy-musicbox-webclient again, I got the same error:
error: extern-managed-environment
× This environment is managed externally
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you want to install a Python package that is not included in Debian,
create a virtual environment with python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure
that you have installed python3-full.
For more information visit http://rptl.io/venv
It's a pity that the instructions have an error, because I installed everything exactly according to the instructions and step 4 Install required OS packages: sudo apt install mopidy mopidy-mpd gstreamer1.0-plugins-bad python3-pip
has also run successfully. But I just can't get any further. I hope someone knows.
The instructions would also have to be revised, as they are faulty if I can see that correctly.
Best regards and have a nice weekend
Translated with www.DeepL.com/Translator (free version)