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 noticed I could not load meshes with the paraview plugin when using 5.3.4 on python 3.8:
Traceback (most recent call last):
File "/programs/shared/paraview/ParaView-5.9.0-RC3-MPI-Linux-Python3.8-64bit/lib/python3.8/site-packages/vtkmodules/util/vtkAlgorithm.py", line 152, in ProcessRequest
return vtkself.ProcessRequest(request, inInfo, outInfo)
File "/programs/shared/paraview/ParaView-5.9.0-RC3-MPI-Linux-Python3.8-64bit/lib/python3.8/site-packages/vtkmodules/util/vtkAlgorithm.py", line 198, in ProcessRequest
return self.RequestData(request, inInfo, outInfo)
File "/home/reox/.local/share/paraview-5.9/plugins/paraview-meshio-plugin.py", line 85, in RequestData
for meshio_type, data in cells:
TypeError: cannot unpack non-iterable CellBlock object
This line was probably not updated to the (new?) CellBlock class:
I noticed I could not load meshes with the paraview plugin when using 5.3.4 on python 3.8:
This line was probably not updated to the (new?) CellBlock class:
meshio/tools/paraview-meshio-plugin.py
Line 85 in 0138cc8
I think changing the lines to:
should do the trick (at least for me the mesh loads again), but I don't know if anything else has to be changed?
The text was updated successfully, but these errors were encountered: