MayAVI install on Python 3.6 [duplicate]

倖福魔咒の 提交于 2019-12-23 02:42:39

问题


I have a very straightforward question: How can I install Mayavi on Python3.6?

I have already tried EVERYTHING, like this, this, and many many others, but nothing works. I can import the module, but I always get the same error message (that I don't have either PyQT or wxPython installed, but they are installed!).

Now, whenever I try to install Mayavi or the "missing" packages, I get the same error messages:

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.

But if I try to uninstall Mayavi, I get this king of message:

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

Any idea on how can I work this out? Should I give up using Mayavi (is there an replacement?)

Thank you all in advance,


回答1:


This is a known issue, look it up on github:

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

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



来源:https://stackoverflow.com/questions/46597013/mayavi-install-on-python-3-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!