【发布时间】:2018-11-20 22:56:07
【问题描述】:
我正在尝试使用 anaconda 提示符安装 cx_freeze。按照他们网站上的内容,我使用了:
conda install -c pyzo cx_freeze
我收到此错误:
UnsatisfiableError: The following specifications were found to be in conflict:
- cx_freeze
- wincertstore
Use "conda info <package>" to see the dependencies for each package.
有谁知道我必须如何处理这里的依赖关系?
谢谢。
【问题讨论】:
标签: python dependencies anaconda cx-freeze failed-installation