We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the following error when running the LSM9DS1_Basic_I2C.py on Raspberry Pi 3 B, ubuntu mate 16.04
Traceback (most recent call last): File "LSM9DS1_Basic_I2C.py", line 8, in <module> lib = cdll.LoadLibrary(path) File "/usr/lib/python2.7/ctypes/__init__.py", line 440, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.7/ctypes/__init__.py", line 362, in __init__ self._handle = _dlopen(self._name, mode)
Can someone help me to solve this issue? Any help will be appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
i also get this problem
Sorry, something went wrong.
Did you installed the WiringPi with sudo apt-get install wiringpi?
sudo apt-get install wiringpi
Still happening wiringpi is for sure installed
No branches or pull requests
I am getting the following error when running the LSM9DS1_Basic_I2C.py on Raspberry Pi 3 B, ubuntu mate 16.04
Can someone help me to solve this issue? Any help will be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: