-
Notifications
You must be signed in to change notification settings - Fork 29
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
[AUR]: AUR package installs but import pypolychord
fails with ImportError: libmpi_cxx.so.40
#120
Comments
Hi, could you confirm whether on a clean install (best done by repeatedly running pip uninstall pypolychord), the following commmand work or fail:
|
I finally managed to get it to work... This particular set of commands fails at the last step with:
However, unlike my previous attempts, I can now do
and get the expected sampling results that would be expected:
This seems odd, but definitely means that it is a systems configuration issue, not a package problem. Warning I would recommend keeping the issue open, until I figure out what exactly was causing the issue. |
The AUR package (as well as the package installed by cloning and running
sudo python3 setup.py install
) succeeds with warnings.Importing
pypolychord
from within the interpreter fails with thelibmpi_cxx.so.40
most likely because the MPI interface library is no longer available on Arch Linux and won't be going forward.Solutions
Re-package old MPI and make it a dependency
This is probably the best course of action, at the moment.
Fix up and use the later version of MPI.
This is probably the best course of action long term. I will attempt to do it, but no promises.
The text was updated successfully, but these errors were encountered: