This question already has answers here:

Get mayavi working with Python 3
(4个答案)
我有一个非常直接的问题:如何在python3.6上安装mayavi?
我已经尝试了所有的方法,比如thisthis,还有很多其他的方法,但是都没有成功。我可以导入模块,但总是收到相同的错误消息(我没有安装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

关于python - MayAVI安装在Python 3.6上,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/46597013/

10-12 18:13