Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

installation issue #105

ahmad681 started this conversation in General
Aug 4, 2024 · 0 comments
Discussion options

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()

I am using linux HPC.

FYI, I installed microstructpy via pip install.

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.