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 install the 1.24 meep version via conda update and I a getting this error.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/pascal/repositories/meep/st/vd.py in <cell line: 1>()
----> [2](file:///home/pascal/repositories/meep/st/vd.py?line=1) import meep as mp
File ~/miniconda/envs/mp/lib/python3.10/site-packages/meep/__init__.py:13, in <module>
[11](file:///home/pascal/miniconda/envs/mp/lib/python3.10/site-packages/meep/__init__.py?line=10) # Import the low-level C/C++ module
[12](file:///home/pascal/miniconda/envs/mp/lib/python3.10/site-packages/meep/__init__.py?line=11) if __package__ or "." in __name__:
---> [13](file:///home/pascal/miniconda/envs/mp/lib/python3.10/site-packages/meep/__init__.py?line=12) from . import _meep
[14](file:///home/pascal/miniconda/envs/mp/lib/python3.10/site-packages/meep/__init__.py?line=13) else:
[15](file:///home/pascal/miniconda/envs/mp/lib/python3.10/site-packages/meep/__init__.py?line=14) import _meep
ImportError: libgsl.so.25: cannot open shared object file: No such file or directory
Reverting back to gsl 2.7.0 instead of 2.7.1 solved the error
This discussion was converted from issue #2152 on July 26, 2022 19:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
I install the 1.24 meep version via conda update and I a getting this error.
Reverting back to gsl 2.7.0 instead of 2.7.1 solved the error
Beta Was this translation helpful? Give feedback.
All reactions