Search Results

by miker2808
Sun Jul 25, 2021 1:26 am
Forum: Linux
Topic: ImportError: No module named 'Phidget22'
Replies: 10
Views: 52959

Re: ImportError: No module named 'Phidget22'

Solution I've found: install Phidgets lib (./configure -> make -> make install) then, "sudo pip3 install Phidgets22" then "sudo python3 <your_script_py>" The reason I guess is both because phidgets IMU requires root privilages (unless you give permissions in a different method) (...