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

Issue with libp11 #775

Open
corygoates opened this issue Mar 31, 2023 · 1 comment
Open

Issue with libp11 #775

corygoates opened this issue Mar 31, 2023 · 1 comment

Comments

@corygoates
Copy link

System Details

I'm running Linux Mint 20.2 Cinnamon 64-bit.

Problems Description

When trying to run Paraview through through the Python interface, I get the following error:

ImportError: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0

I've reinstalled libffi7 multiple times.

@yantaozhao
Copy link

Similar problem with libffi version(3.4.4) in conda environment on ubuntu20.04LTS.

To solve the problem, you can downgrade libffi version. In case you use conda:

conda install -c conda-forge libffi=3.4.2

it works.

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

2 participants