Install python2.7 mayavi and python2.7mayavi
Tools:Python2.7
Related packages:Traits-4.6.0-cp27-cp27m-win32.whl, VTK-7.1.1-cp27-cp27m-win32.whl, mayavi-4.5.0 + vtk71-cp27-cp27m-win32.whl
:Http://www.lfd.uci.edu /~ Gohlke/pythonlibs/
Preparations before installation:
4. install the wheel Package: pip install wheel
5. Download VCForPython27.msi and install
Start installation. The installation sequence is as follows:
1: pip install traits-4.6.0-cp27-cp27m-win32.whl
2: pip install VTK-7.1.1-cp27-cp27m-win32.whl
3: pip install mayavi-4.5.0 + vtk71-cp27-cp27m-win32.whl
After installation, go to Python and enter import mayavi. mlab. If no error is reported, the installation is successful:
Note 1: If LinkError: DLL load failed is displayed after installation is complete, the specified module cannot be found.
1. Check whether the mayavi and vtk versions match
2. download the latest vtk version (matching the Python version) and the mayavi version that matches the version, and reinstall it.
NOTE 2: You may need to install pyqt during installation.