_schmidty_
I am currently working with a raspberry pi 4 and a load cell sensor.
The sensor is hooked up to the correct GPIO pins on the pi, but I need to install the correct packages to access them through python.
I am currently accessing the pi through an SSH connection, but when I try to install a necessary package "pip3 install HX711", i get an error that "this environment is externally managed."
I've tried running this connection through a VM and the install worked, so why am I getting this error for just this package? Other packages installed just fine. Nothing on the internet has worked/ been useful. Thanks!