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
due to new limitations on pip install --user (it is disallowed), installing py-slvs fails on A3 startup.
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
the workaround i've found for this is to manually install to /usr/local as root.
this can be accomplished with the following command:
pip install --prefix /usr py-slvs
The text was updated successfully, but these errors were encountered:
khimaros
changed the title
pip error on debian trixie
pip install py-slvs error on debian trixie
Aug 22, 2023
due to new limitations on
pip install --user
(it is disallowed), installing py-slvs fails on A3 startup.the workaround i've found for this is to manually install to /usr/local as root.
this can be accomplished with the following command:
The text was updated successfully, but these errors were encountered: