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
I'm trying to convert an xdmf to exodus, and get the following error:
Traceback (most recent call last):
File "/usr/local/bin/meshio-convert", line 8, in sys.exit(convert())
File "/usr/local/lib/python3.9/site-packages/meshio/_cli/_convert.py", line 15, in convert mesh = read(args.infile, file_format=args.input_format)
File "/usr/local/lib/python3.9/site-packages/meshio/_helpers.py", line 69, in read return reader_mapfile_format
File "/usr/local/lib/python3.9/site-packages/meshio/xdmf/main.py", line 29, in read return XdmfReader(filename).read()
File "/usr/local/lib/python3.9/site-packages/meshio/xdmf/main.py", line 47, in read return self.read_xdmf2(root)
File "/usr/local/lib/python3.9/site-packages/meshio/xdmf/main.py", line 165, in read_xdmf2 raise ReadError()
meshio._exceptions.ReadError
Any suggestions as to how this can be remedied? Did the install not go right? I did pip install meshio[all], and it was successful. meshio-info does not work either.
EDIT: Created an issue for this, as it seems it may be a bug.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert an xdmf to exodus, and get the following error:
Any suggestions as to how this can be remedied? Did the install not go right? I did pip install meshio[all], and it was successful. meshio-info does not work either.
EDIT: Created an issue for this, as it seems it may be a bug.
Beta Was this translation helpful? Give feedback.
All reactions