Installation by pip in a virtual environment works fine. However, I want to install the package in the system location so that I do not need to activate a virtual environment to run the program. As usual, running pip outside a virtual environment produces this:
I installed python3-discid on Kubuntu 24.04. It works fine there. I have the same packages installed on Raspberry Pi OS (python3-discid and libdiscid0) as I have on Kubuntu.This environment is externally managed
To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
Statistics: Posted by 3beezer — Thu Nov 14, 2024 7:26 pm