我在这里是因为我尝试在 Anaconda 上安装 Chaco 模块但它不起作用。首先,我尝试了简单的命令:
conda install -c anaconda chaco=4.5.0
但它返回包规范问题:
UnsatisfiableError: The following specifications were found to be in conflict:
- chaco 4.5.0* -> enable 4.5.1 -> numpy 1.10* -> python 2.7* -> openssl 1.0.1*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package
然后我尝试了 Python 2.7 版本的 Anaconda,但由于 PyQt5 而被卸载的 PyQt4 仍然存在问题。我在 PyQt4 中创建了一个环境,但仍未找到该模块。我希望我可以在 Python 3.6 中使用 Chaco,但我不知道该怎么做......