I am not very familiar with python, so I want to understand what the proper way to install it is.
I am on Debian and pip install upnpclient fails with error: externally-managed-environment.
The suggested solutions there include
- install from apt (not available there)
- create venv
- run with
--break-system-packages
I tried creating venv, but that means that I need to activate it each time I want to run mpv. Also, it won't work if mpv is launched as a desktop app from mpv.desktop.
I am not very familiar with python, so I want to understand what the proper way to install it is.
I am on Debian and
pip install upnpclientfails witherror: externally-managed-environment.The suggested solutions there include
--break-system-packagesI tried creating venv, but that means that I need to activate it each time I want to run mpv. Also, it won't work if mpv is launched as a desktop app from
mpv.desktop.