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

[archlinux]: Issue installing latest version #116

Closed
appetrosyan opened this issue Feb 18, 2024 · 1 comment
Closed

[archlinux]: Issue installing latest version #116

appetrosyan opened this issue Feb 18, 2024 · 1 comment

Comments

@appetrosyan
Copy link
Contributor

At present, the following code snippet

import pypolychord as pp
from pypolychord.settings import PolyChordSettings as Settings
from mpi4py import MPI

Results in the following output

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[6], line 1
----> 1 import pypolychord as pp
      2 from pypolychord.settings import PolyChordSettings as Settings
      3 from mpi4py import MPI

File /usr/lib/python3.11/site-packages/pypolychord/__init__.py:3
      1 __version__ = "1.20.1"
      2 from pypolychord.settings import PolyChordSettings
----> 3 from pypolychord.polychord import run_polychord

File /usr/lib/python3.11/site-packages/pypolychord/polychord.py:3
      1 from pypolychord.output import PolyChordOutput
      2 import os
----> 3 import _pypolychord
      4 import numpy as np
      7 def default_prior(cube):

ImportError: libmpi_cxx.so.40: cannot open shared object file: No such file or directory

Possible causes

I think that the AUR package needs to update to the latest MPI. I have not done so before, but would be happy to do so if one needs to.

Who can help

@williamjameshandley

@appetrosyan
Copy link
Contributor Author

Duplicate of #120

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