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) (...