I install on Linux and the anaconda version is 4.10.1.
The detailed errors are as follows:
Could not import VTK, please check your installation.
traceback:
Traceback (most recent call last):
File “/home/user/anaconda3/envs/mfix-21.1.2/lib/python3.7/site-packages/vtkmodules/vtkIOParallel.py”, line 5, in
from .vtkIOParallelPython import *
ImportError: libjsoncpp.so.19: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/user/anaconda3/envs/mfix-21.1.2/lib/python3.7/site-packages/mfixgui/vtk_widgets/init.py”, line 8, in
import vtk
File “/home/user/anaconda3/envs/mfix-21.1.2/lib/python3.7/site-packages/vtk.py”, line 32, in
all_spec.loader.exec_module(all_m)
File “/home/user/anaconda3/envs/mfix-21.1.2/lib/python3.7/site-packages/vtkmodules/all.py”, line 83, in
from .vtkIOParallel import *
File “/home/user/anaconda3/envs/mfix-21.1.2/lib/python3.7/site-packages/vtkmodules/vtkIOParallel.py”, line 9, in
from vtkIOParallelPython import *
ModuleNotFoundError: No module named ‘vtkIOParallelPython’