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

Import error when running fmm_test.py #257

Open
SwiftPredator opened this issue Dec 28, 2022 · 0 comments
Open

Import error when running fmm_test.py #257

SwiftPredator opened this issue Dec 28, 2022 · 0 comments

Comments

@SwiftPredator
Copy link

SwiftPredator commented Dec 28, 2022

Note
Before posting an issue about bug in the program

  • Make sure you have downloaded/pulled the latest version of repo
  • search the GitHub issue page with keywords to check if a similar issue has been posted or not.

Describe the bug
I did a clean install of the fmm library on ubuntu inside a conda environment after some months of not using it. The python versions from installing and executing the test script match. However, i get the following error while importing fmm inside the python bindings:

Traceback (most recent call last):
File "/home/paul/repos/fmm/example/python/fmm_test.py", line 1, in
from fmm import Network,NetworkGraph,STMATCH,STMATCHConfig
File "/home/paul/anaconda3/envs/fmm/lib/python3.9/site-packages/fmm.py", line 15, in
import _fmm
ImportError: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0

Maybe some mismatch in a dependent library version?

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

1 participant