If you are running Bookworm we usually use a python virtual environment (venv) and then pip install things into that, e.g. gps
Here I have created a venv and activated it:The documentation tells us how to do the venv etc: https://www.raspberrypi.com/documentati ... -using-pip
Here I have created a venv and activated it:
Code:
pip install gpsLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleCollecting gps Downloading https://www.piwheels.org/simple/gps/gps-3.19-py3-none-any.whl (24 kB)Installing collected packages: gpsSuccessfully installed gps-3.19
Statistics: Posted by neilgl — Thu Jan 30, 2025 7:56 pm