LSM9DS1_RaspberryPi_Library icon indicating copy to clipboard operation
LSM9DS1_RaspberryPi_Library copied to clipboard

OSError: ../lib/liblsm9ds1cwrapper.so: undefined symbol: wiringPiI2CRead

Open ashwin-kumat opened this issue 6 years ago • 3 comments

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.

ashwin-kumat avatar Jun 25 '19 21:06 ashwin-kumat

i also get this problem

wonwon0 avatar Jan 03 '20 00:01 wonwon0

Did you installed the WiringPi with sudo apt-get install wiringpi?

ywiyogo avatar Oct 29 '20 15:10 ywiyogo

Still happening wiringpi is for sure installed

nakai-omer avatar Mar 12 '23 15:03 nakai-omer