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
Hello
Probleme with pip3, install pip
problem with error 'externally-managed-environment' can been solved by:
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED*
or for more recent distro:
sudo rm /usr/lib/python3.12/EXTERNALLY-MANAGED*
Just before last command: missing psutil:
sudo -H pip install psutil
cheers.
The text was updated successfully, but these errors were encountered:
Hello
Probleme with pip3, install pip
problem with error 'externally-managed-environment' can been solved by:
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED*
or for more recent distro:
sudo rm /usr/lib/python3.12/EXTERNALLY-MANAGED*
Just before last command: missing psutil:
sudo -H pip install psutil
cheers.
The text was updated successfully, but these errors were encountered: