MayAVI 安装在 Python 3.6

MayAVI install on Python 3.6

我有一个非常简单的问题:如何在 Python3.6 上安装 Mayavi?

我已经尝试了所有方法,例如 this, this 和许多其他方法,但是 什么都没有 有效。我可以导入模块,但我总是收到相同的错误消息(我没有安装 PyQT 或 wxPython,但它们 安装!)。

现在,每当我尝试安装 Mayavi 或 "missing" 软件包时,我都会收到相同的错误消息:

UnsatisfiableError: The following specifications were found to be in conflict:
  - mayavi -> apptools 4.2.0 -> python 2.7*
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.

但是如果我尝试卸载 Mayavi,我会收到这条消息:

/anaconda3/lib/python3.6/site-packages/mayavi/tests/data/texThres2.vtk

知道如何解决这个问题吗?我应该放弃使用 Mayavi(有替代品吗?)

提前谢谢大家,

这是一个已知问题,请在 github 上查找:

https://github.com/enthought/mayavi/issues/496

https://github.com/conda-forge/mayavi-feedstock/issues/15