Advertisement
Andokeyb

Desinstanlando paquete pip

Jul 22nd, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | Software | 0 0
  1. [pablo@arch ~]$ python -m pip uninstall openai-whisper
  2. error: externally-managed-environment
  3.  
  4. × This environment is externally managed
  5. ╰─> To install Python packages system-wide, try 'pacman -S
  6. python-xyz', where xyz is the package you are trying to
  7. install.
  8.  
  9. If you wish to install a non-Arch-packaged Python package,
  10. create a virtual environment using 'python -m venv path/to/venv'.
  11. Then use path/to/venv/bin/python and path/to/venv/bin/pip.
  12.  
  13. If you wish to install a non-Arch packaged Python application,
  14. it may be easiest to use 'pipx install xyz', which will manage a
  15. virtual environment for you. Make sure you have python-pipx
  16. installed via pacman.
  17.  
  18. 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.
  19. hint: See PEP 668 for the detailed specification.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement