You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And after removing the apt versions of psutil and rpi.gpio, it doesn't even see they're there, even though the above test works fine. I don't know enough debian python yet to understand why. :/
0 ✓ fryfrog@raspbian-armv7l ~ $ sudo ./automatic.py
Traceback (most recent call last):
File "./automatic.py", line 3, in <module>
import psutil
ImportError: No module named 'psutil'
This raspbian install was done following the guide at https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-fan-shim, basically just
sudo ./install.sh
andsudo ./examples/install-service.sh 65 5
.giampaolo/psutil#1271
Maybe an old version of python-psutil?
The text was updated successfully, but these errors were encountered: