I meant once you have activated the mfix-21.1.2 environment:
conda activate mfix-21.1.2 conda list
and look for the version of tbb. It should be
tbb 2020.2 h59b6b97_0
Also try to put quotes around the “import vtk”:
python -c “import vtk”
I meant once you have activated the mfix-21.1.2 environment:
conda activate mfix-21.1.2 conda list
and look for the version of tbb. It should be
tbb 2020.2 h59b6b97_0
Also try to put quotes around the “import vtk”:
python -c “import vtk”