I’m a complete beginner when it comes to programming and after doing the steps here:
tianyikillua/paraview-meshio: Generic mesh reader / writer for ParaView (github.com)
I get this error:
Generic Warning: In vtkPVPythonAlgorithmPlugin.cxx, line 184
Failed to load Python plugin:
Failed to call `paraview.detail.pythonalgorithm.load_plugin`.
Traceback (most recent call last):
File "C:\Program Files\ParaView 5.11.0\bin\Lib\site-packages\paraview\detail\pythonalgorithm.py", line 509, in load_plugin
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "C:\Program Files\ParaView 5.11.0\bin\paraview-5.11\plugins\meshio-5.3.4\tools\paraview-meshio-plugin.py", line 14, in <module>
paraview_plugin_version = meshio.__version__
AttributeError: module 'meshio' has no attribute '__version__'
ERROR: In vtkPVPluginLoader.cxx, line 536
vtkPVPluginLoader (000001CA7E87DD50): C:\Program Files\ParaView 5.11.0\bin\paraview-5.11\plugins\meshio-5.3.4\tools\paraview-meshio-plugin.py: %1 is not a valid Win32 application.
HELP