You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve installed a fresh copy of UW3 on one of our machines, but I’m having trouble getting it to work with any Python IDE, including Jupyter Notebook.
Here’s what I did:
I used Mamba to set up the environment.
I ran the tests successfully.
However, when I installed a new IDE (e.g., mamba install jupyter), some dependencies were overwritten.
When I reran the tests, I encountered the following error:
/opt/anaconda3/envs/uw3p/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_1050_VEstokesCart.py:3: in <module>
import underworld3 as uw
src/underworld3/__init__.py:64: in <module>
from mpi4py import MPI # for initialising MPI
E ImportError: libmpi.so.40: cannot open shared object file: No such file or directory
Have you encountered this issue before? How did you resolve it?
Should I be using a specific IDE or a particular version of Jupyter Notebook to avoid dependency conflicts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I’ve installed a fresh copy of UW3 on one of our machines, but I’m having trouble getting it to work with any Python IDE, including Jupyter Notebook.
Here’s what I did:
mamba install jupyter
), some dependencies were overwritten.Have you encountered this issue before? How did you resolve it?
Should I be using a specific IDE or a particular version of Jupyter Notebook to avoid dependency conflicts?
Thanks,
Lior
Beta Was this translation helpful? Give feedback.
All reactions