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
I was notified that version 3.69.3 is available, I clicked the "Upgrade to ..." button but nothing happened.
From the logs, it seems related to the "externally managed environment" problem when calling pip install --upgrade.
Logs
janv. 04 21:58:30 argos sudo[9551]: mopidy : PWD=/ ; USER=root ; COMMAND=/usr/local/lib/python3.11/dist-packages/mopidy_iris/system.sh upgrade
janv. 04 21:58:30 argos sudo[9551]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=107)
janv. 04 21:58:30 argos mopidy[9376]: INFO [Thread-15] mopidy_iris.system sudo python3 -m pip install --upgrade mopidy-iris
janv. 04 21:58:30 argos sudo[9553]: root : PWD=/ ; USER=root ; COMMAND=/usr/bin/python3 -m pip install --upgrade mopidy-iris
janv. 04 21:58:30 argos sudo[9553]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
janv. 04 21:58:34 argos mopidy[9554]: error: externally-managed-environment
janv. 04 21:58:34 argos mopidy[9554]: × This environment is externally managed
janv. 04 21:58:34 argos mopidy[9554]: ╰─> To install Python packages system-wide, try apt install
janv. 04 21:58:34 argos mopidy[9554]: python3-xyz, where xyz is the package you are trying to
janv. 04 21:58:34 argos mopidy[9554]: install.
janv. 04 21:58:34 argos mopidy[9554]:
janv. 04 21:58:34 argos mopidy[9554]: If you wish to install a non-Debian-packaged Python package,
janv. 04 21:58:34 argos mopidy[9554]: create a virtual environment using python3 -m venv path/to/venv.
janv. 04 21:58:34 argos mopidy[9554]: Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
janv. 04 21:58:34 argos mopidy[9554]: sure you have python3-full installed.
janv. 04 21:58:34 argos mopidy[9554]:
janv. 04 21:58:34 argos mopidy[9554]: For more information visit http://rptl.io/venv
janv. 04 21:58:34 argos mopidy[9554]: note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
The text was updated successfully, but these errors were encountered:
jaedb
changed the title
Upgrade button doesn't work as expected when Mopidy-Iris is served from Debian Bookworm
Cannot build for Debian Bookworm
Mar 18, 2024
Iris version
3.69.2
Operating system(s) affected
Browser(s) affected
What happened?
I was notified that version 3.69.3 is available, I clicked the "Upgrade to ..." button but nothing happened.
From the logs, it seems related to the "externally managed environment" problem when calling
pip install --upgrade
.Logs
The text was updated successfully, but these errors were encountered: