Package conflict when installing cx_freeze on anaconda

别等时光非礼了梦想. 提交于 2019-12-07 08:10:50

问题


I am trying to install the cx_freeze using anaconda prompt. Following what's on their website, I used:

conda install -c pyzo cx_freeze

I get this error:

UnsatisfiableError: The following specifications were found to be in conflict:
- cx_freeze
- wincertstore
Use "conda info <package>" to see the dependencies for each package.

Does anyone know how I have to deal with dependencies here?

Thanks.


回答1:


So as of now, simply using pip worked for me. I opened the conda prompt and used the following:

pip install cx_freeze


来源:https://stackoverflow.com/questions/50801992/package-conflict-when-installing-cx-freeze-on-anaconda

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