Skip to content
New issue

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

problem with installing on paraview 5.8 #3

Open
zeineldin117 opened this issue Apr 9, 2020 · 1 comment
Open

problem with installing on paraview 5.8 #3

zeineldin117 opened this issue Apr 9, 2020 · 1 comment

Comments

@zeineldin117
Copy link

I get this error message when i try to load the plugin to paraivew 5.8


Generic Warning: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/build/superbuild/paraview/src/Remoting/ServerManagerPython/vtkPVPythonAlgorithmPlugin.cxx, line 187
Failed to load Python plugin:
Failed to call paraview.detail.pythonalgorithm.load_plugin.

Traceback (most recent call last):
File "/data/openFOAM/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/lib/python3.7/site-packages/paraview/detail/pythonalgorithm.py", line 509, in load_plugin
spec.loader.exec_module(module)
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/data/openFOAM/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/plugins/paraview-meshio-master/meshioPlugin.py", line 1, in
import meshio
ModuleNotFoundError: No module named 'meshio'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/data/openFOAM/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/lib/python3.7/site-packages/paraview/detail/pythonalgorithm.py", line 513, in load_plugin
module = imp.load_source(modulename, filepath)
File "/data/openFOAM/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/lib/python3.7/imp.py", line 171, in load_source
module = _load(spec)
File "", line 696, in _load
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/data/openFOAM/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/plugins/paraview-meshio-master/meshioPlugin.py", line 1, in
import meshio
ModuleNotFoundError: No module named 'meshio'
ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/build/superbuild/paraview/src/Remoting/Core/vtkPVPluginLoader.cxx, line 519
vtkPVPluginLoader (0x5bf63f0): /data/openFOAM/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/plugins/paraview-meshio-master/meshioPlugin.py: invalid ELF head

@tianyikillua
Copy link
Owner

Thanks for reporting. Could you please using the plugin file bundled with meshio?

By the way you need to first install the meshio package. You need to copy it to your ParaView Python directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants