Open mwaskom opened 7 years ago
Is this the wrong place for this issue?
Nop, it's the right one. So is the solution to require vtk >= 6
for the latest Mayavi?
I don't know if it needs to be vtk=6
or if >=
is sufficient, but updating from vtk 5 did seem necessary to get it running.
This worked for me too! Thanks @mwaskom
Apparently on Python 3.6 Mayavi needs VTK 7.1.1: https://github.com/menpo/conda-mayavi/issues/1
Apologies if this is the wrong place for this.
Installing the current recipe of mayavi on top of an existing environment with VTK 5 fails because mayavi was built with VTK 6. To replicate:
Create a fresh conda environment with only an older VTK:
Install mayavi on top of it:
Fail due to incorrect VTK:
Update VTK
Succeed in using mayavi: