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

pymeshlab, Cannot load library libio_e57.so #1461

Open
ElmoShim opened this issue Jan 23, 2024 · 3 comments
Open

pymeshlab, Cannot load library libio_e57.so #1461

ElmoShim opened this issue Jan 23, 2024 · 3 comments

Comments

@ElmoShim
Copy link

If I install pymeshlab==2023.12 through pip and run import pymeshlab

I get following error :

>>> import pymeshlab
Warning:
Unable to load the following plugins:

        libio_e57.so: libio_e57.so does not seem to be a Qt Plugin.

Cannot load library ...... /python3.11/site-packages/pymeshlab/lib/plugins/libio_e57.so: (/lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0)

I found that similar issue occured in here

so I tried pip install pymeshlab==2023.10 and works fine.

@chase6305
Copy link

chase6305 commented Jan 29, 2024

It can be handled by conda install -y libffi==3.3. I see that the libffi of my miniconda3 is 3.4(ffi_type_pointer cannot be found)., while the one installed in my Ubuntu system is 3.3 (ffi_type_pointer can be found).
However, it may modify minor versions of openssl and python...

@tornado404
Copy link

Neither method solved the problem

@JunzheJosephZhu
Copy link

conda install -y libffi==3.3

This fixed my problem

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