【问题标题】:Package conflict when installing cx_freeze on anaconda在 anaconda 上安装 cx_freeze 时出现包冲突
【发布时间】: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


    【解决方案1】:

    所以到目前为止,只需使用 pip 对我有用。我打开了conda 提示并使用了以下内容:

    pip install cx_freeze
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-01-09
      • 2017-07-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-14
      • 1970-01-01
      • 2020-08-15
      相关资源
      最近更新 更多