Open alishayegh opened 1 year ago
It was a problem with numpy
version; numpy should be updated by
pip install -U numpy
[from here]
But I expected that this is automatically done when installation command is issued (pip
or conda
)
It was a problem with
numpy
version; numpy should be updated bypip install -U numpy
[from here]
But I expected that this is automatically done when installation command is issued (
pip
orconda
)
Using the solution above you'll end up with a working meshio
installation which still gives the above mentioned error if it is loaded in Paraview.
Describe the bug
meshio
is installed usingconda
; however, when loading meshio plugin in Paraview,meshio
cannot be found.To Reproduce
$HOME/anaconda3/share/paraview-5.9/plugins/paraview-meshio-plugin.py
)