Error: externally-managed-environment
python
Soluciones:
ejecuta los siguientes comandos
python3 -m venv ~/py_envs
source ~/py_envs/bin/activate
python3 -m pip install paquete
o agrega el siguiente parámetro al comando que no funciono
pip install xyz --break-system-packages
Last updated