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.