enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

installation stops at running build #1070

Closed ghost closed 2 years ago

ghost commented 3 years ago

the installation via pip install mayavi stops at running build without giving error or interrupting, it just stay there

Emanoel-sabidussi commented 3 years ago

Hi, this seems to be vtk related issue. Maybe compatibility issues with VTK 9.0+ (as mentioned in this thread: https://github.com/enthought/mayavi/issues/942, which should've been solved, but apparently it isn't).

I am having the same issue running Python3.8. I tried to downgrade vtk to 8.1.2, but my venv is python3+ (I can't change that), and vtk only has versions 9.0+ available.

Emanoel-sabidussi commented 3 years ago

Also, possible duplicate of: https://github.com/enthought/mayavi/issues/1065

rahulporuri commented 2 years ago

closing as the latest 4.7.4 mayavi release fixes this issue. please try reinstalling mayavi.