We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hey, I installed PyMesh on Ubuntu 18.04 with
pip3 install pymesh
I can import it ok but no functions appear to exist: for instance:
AttributeError: module 'pymesh' has no attribute 'form_mesh'
Have I missed a dependency?
The text was updated successfully, but these errors were encountered:
hello, the package installed by pip is actually pymesh instead of PyMesh This link will help you make this clear
Sorry, something went wrong.
There is lot of confusion can you pls tell me how to REALLY install PyMesh?
No branches or pull requests
Hey,
I installed PyMesh on Ubuntu 18.04 with
pip3 install pymesh
I can import it ok but no functions appear to exist: for instance:
AttributeError: module 'pymesh' has no attribute 'form_mesh'
Have I missed a dependency?
The text was updated successfully, but these errors were encountered: