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
pip installs another pymesh.
You'd have to follow this instruction to install from source. It relies on quite a few dependencies, but if followed closely, all should work fine. https://pymesh.readthedocs.io/en/latest/installation.html
It seems that the released pymesh is depending on some specific compiler with glibc 2.27. It does not work on my machine.
ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found
Does it work if I directly pip install pymesh instead of using the given one?
The text was updated successfully, but these errors were encountered: