Skip to content
New issue

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

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

Open
ashwin-kumat opened this issue Jun 25, 2019 · 3 comments

Comments

@ashwin-kumat
Copy link

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.

@wonwon0
Copy link

wonwon0 commented Jan 3, 2020

i also get this problem

@ywiyogo
Copy link

ywiyogo commented Oct 29, 2020

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

@nakai-omer
Copy link

Still happening wiringpi is for sure installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants