Skip to content

ImportError: /lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol:ffi_type_uint32, version LIBFFI_BASE_7.0 #12

@SantiDiazC

Description

@SantiDiazC

Hi, I have installed the spinnaker sdk and the easypyspin library however when running the example examples/video.py I got the following error:

Traceback (most recent call last):
  File "/home/hri/PycharmProjects/flir_test2/main.py", line 3, in <module>
    import EasyPySpin
  File "/home/hri/anaconda3/envs/flir_test2/lib/python3.8/site-packages/EasyPySpin/__init__.py", line 1, in <module>
    from .videocapture import VideoCapture
  File "/home/hri/anaconda3/envs/flir_test2/lib/python3.8/site-packages/EasyPySpin/videocapture.py", line 6, in <module>
    import PySpin
  File "/home/hri/anaconda3/envs/flir_test2/lib/python3.8/site-packages/PySpin.py", line 15, in <module>
    import _PySpin
ImportError: /lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: ffi_type_uint32, version LIBFFI_BASE_7.0

If you find any solution I will appreciate it!
Thanks in advance

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