Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with pymesh #3

Closed
hjwdzh opened this issue Mar 21, 2020 · 2 comments
Closed

Problem with pymesh #3

hjwdzh opened this issue Mar 21, 2020 · 2 comments

Comments

@hjwdzh
Copy link

hjwdzh commented Mar 21, 2020

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?

@yifita
Copy link
Owner

yifita commented Mar 22, 2020

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

@hjwdzh
Copy link
Author

hjwdzh commented Mar 22, 2020

Got it. I did something similar -- recompile the pymesh source code and install it:)

@hjwdzh hjwdzh closed this as completed Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants