enthought / mayavi

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

Versions of python and vtk supported are unclear #1063

Closed Sbozzolo closed 2 years ago

Sbozzolo commented 3 years ago

The issue tracker is full of issues originating with problems with versions of vtk or python (eg, #939, #940). It is very confusing to understand which versions of the software are supported, and I couldn't find any indication about this in the documentation.

In my experience, somettimes mayavi works with vtk 9, other times it doesn't. For example, here I have a GitHub action in which it is not even possible to install mayavi on a fresh ubuntu-latest image with the latest vtk and python 3.8. Regardless, I didn't find a clear mention of whether vtk 9 is supposed to work or not.

SunMesa commented 3 years ago

Total newbie here, only commenting because I'm also unable to install mayavi 4.7.3 from a command window on Windows 7, in an environment of Python 3.8.10 and vtk 9.0.3, at least using the simple "py -m pip install mayavi" method. It shows a lengthy list of "Requirement already satisfied" for various packages it needs, and finally says "Building wheel for mayavi (setup.py) ... \". At which point it goes into limbo... never completes, never responds (I've let it run overnight).

rahulporuri commented 2 years ago

closing as mayavi now works as expected with all supported python and vtk versions.