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
hi sorry, I placed this thread in issues tab by mistake.
here is the actually problem
Describe the bug
I am getting an errory with regards to conencting to the gmsh i believe.
not sure what is going on to be honest.
when I test python -c 'import microstructpy' i get the following error:
import pygmsh
Traceback (most recent call last):
File "", line 1, in
File "/home/ahmad68/.conda/envs/kmc/lib/python3.9/site-packages/pygmsh/init.py", line 1, in
from . import geo, occ
File "/home/ahmad68/.conda/envs/kmc/lib/python3.9/site-packages/pygmsh/geo/init.py", line 1, in
from .geometry import Geometry
File "/home/ahmad68/.conda/envs/kmc/lib/python3.9/site-packages/pygmsh/geo/geometry.py", line 5, in
import gmsh
File "/home/ahmad68/.conda/envs/kmc/lib/python3.9/site-packages/gmsh.py", line 86, in
lib = CDLL(libpath)
File "/home/ahmad68/.conda/envs/kmc/lib/python3.9/ctypes/init.py", line 382, in init
self._handle = _dlopen(self._name, mode)
OSError: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /home/ahmad68/.conda/envs/kmc/lib/libgmsh.so.4.11)
exit()
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 sorry, I placed this thread in issues tab by mistake.
here is the actually problem
Describe the bug
I am getting an errory with regards to conencting to the gmsh i believe.
not sure what is going on to be honest.
when I test python -c 'import microstructpy' i get the following error:
I am using linux HPC.
FYI, I installed microstructpy via pip install.
Beta Was this translation helpful? Give feedback.
All reactions