-
Notifications
You must be signed in to change notification settings - Fork 18
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
Psydac on fedora:latest, import problem #323
Comments
I have never seen an error like this before! 😅 For what it's worth, my intuition suggests that this is an MPI problem. Have you tried to import |
|
Nice that the import of |
@spossann Do you have any updates on this issue? |
I have created an issue on this in the fedora-image Github page. Let's see. |
However, |
Adding these environment variables seemed to resolve this issue for me. |
@spossann Have you tried the suggestion posted above? |
@richardvanderburgh used this in his testing branch and the job for the Fedora_38 test passed. Here are the job commands. |
I am trying to run Psydac on the latest Fedora docker image, which uses
Python 3.11
by default. Here is the image I use:After launching a container like
I first run
to import the mpi module. After cloning the repo, the installation from
devel
works fine. However, when launching Python and trying to import, I get (note that the numpy import works, I tested also several other imports, such as struphy):I have tried also a virtual environment (even launched with
python3.10 -m venv env
), but get the same errors.The text was updated successfully, but these errors were encountered: