Skip to content

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

@ashwin-kumat

Description

@ashwin-kumat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions