Replies: 1 comment
-
Looks like a broken installation. What's your meshio version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a Abaqus .inp file. Can I convert this .inp file to .stl file using meshio?
I'm trying to read it using meshio.read() after installing meshio[all]
import meshio
mesh = meshio.read(data.inp)
Error: AttributeError: module 'meshio' has no attribute 'read'
Any help?
Beta Was this translation helpful? Give feedback.
All reactions