我正在运行 Fedora 17 (x64) 机器,我尝试通过安装 Mayavi for python
yum install mayavi
效果很好,除了每次我编写调用 mayavi 模块(如 mlab)的代码时:
from enthought.mayavi import mlab
它因错误而大喊大叫
********************************************************************************
WARNING: Imported VTK version (5.8) does not match the one used
to build the TVTK classes (5.6). This may cause problems.
Please rebuild TVTK.
********************************************************************************
我用谷歌搜索过,但我不知道如何重建 TVTK 以匹配 VTK 的版本。我怀疑这会导致异常行为,但我不能确定。你如何重建 TVTK?