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 the PEP(e)-668 and to avoid breakages with distro and pip packages, modern distros have become to require that Python libs must be installed using pipx. If the user tries to execute pip install (without --user flag), then they will get this error:
error: externally-managed-environment
x 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 text was updated successfully, but these errors were encountered:
Due to the PEP(e)-668 and to avoid breakages with distro and pip packages, modern distros have become to require that Python libs must be installed using
pipx
. If the user tries to executepip install
(without--user
flag), then they will get this error:The text was updated successfully, but these errors were encountered: