ca not open VTK

Could not import VTK, please check your installation.
traceback:
Traceback (most recent call last):
File “C:\Users\TOSHIBA\anaconda3\envs\mfix-20.4.3\lib\site-packages\vtkmodules\vtkCommonCore.py”, line 5, in
from .vtkCommonCorePython import *
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Users\TOSHIBA\anaconda3\envs\mfix-20.4.3\lib\site-packages\mfixgui\vtk_widgets_init_.py”, line 8, in
import vtk
File “C:\Users\TOSHIBA\anaconda3\envs\mfix-20.4.3\lib\site-packages\vtk.py”, line 32, in
all_spec.loader.exec_module(all_m)
File “C:\Users\TOSHIBA\anaconda3\envs\mfix-20.4.3\lib\site-packages\vtkmodules\all.py”, line 7, in
from .vtkCommonCore import *
File “C:\Users\TOSHIBA\anaconda3\envs\mfix-20.4.3\lib\site-packages\vtkmodules\vtkCommonCore.py”, line 9, in
from vtkCommonCorePython import *
ModuleNotFoundError: No module named ‘vtkCommonCorePython’

Seems like two other people have reported this as well.

@waleedfaried - please see Cannot open VTK output file

There’s no answer there, but we are discussing the same issue there and I posted some comments. Hopefully we’ll work this out soon!

– Charles