I am using Phidget22==1.6.20200921 with Python 3.8.5 on a 64-bit architecture machine with the OS Debian 10.5 (Buster).
I am getting this error:
Code: Select all
OSError: libphidget22.so.0: cannot open shared object file: No such file or directory
I see from this forum post (libphidget22.so.0.0.0: cannot open shared object file,
viewtopic.php?t=8268) instructs the person to install Phidgets via apt-get per the instructions here:
https://www.phidgets.com/docs/OS_-_Linu ... (Non-Root).
However, when I update my package list via apt-get update, I get this:
Code: Select all
N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'http://www.phidgets.com/debian stretch InRelease' doesn't support architecture 'amd64'
Consequently, when I run sudo apt-get install libphidget22, I get:
Code: Select all
E: Unable to locate package libphidget22
Any ideas as to what I can do?