-
Notifications
You must be signed in to change notification settings - Fork 59
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
Build error: ImportError: libqhull_p.so.7: cannot open shared object file: No such file or directory #91
Comments
From http://www.qhull.org/news/qhull-news.html: Version 2020.2: Qhull's builds produce a shared library, libqhull_r.so (qhull_r.dll), several static libraries, and several applications using these libraries. They do not produce deprecated libraries: libqhull.so, qhull.dll, libqhull_p.so, and qhull_p.dll. Users of these libraries should convert their code to reentrant Qhull (libqhull_r.so) or link to libqhullstatic.a. |
hello, I get the same problem. Have you solved the BUG? |
I have the necessary library installed, but for some reason it is not available. Workaround:
But it seems to me that pclpy does not work correctly with conda and similar errors will come out. We need a mantainer. |
Seems like this is the same issue as #90 |
you can create a new environment and install qhull first |
@yqmy0814 |
In my env (python 3.8) only this worked:
|
Thank you @yqmy0814 It works! |
Hi!
Error
ImportError: libqhull_p.so.7: cannot open shared object file: No such file or directory
Ubuntu 20.04 LTS
conda 4.10.3
The text was updated successfully, but these errors were encountered: