The error message is very detailed and there is nothing to add to it.
If you want to install an application/CLI tool, use pipx or your system package manager. If you want to install a library, use a virtual environment (e.g. by using python -m venv) or your system package manager.
The error message is very detailed and there is nothing to add to it.
If you want to install an application/CLI tool, use
pipx
or your system package manager. If you want to install a library, use a virtual environment (e.g. by usingpython -m venv
) or your system package manager.