UnsatisfiableError conda-forge 3.7

我们两清 提交于 2019-12-12 01:16:42

问题


I've been having trouble installing some packages with conda (on python 3.7 on Windows in a conda env). For example if I try install the shap package:

conda install -c conda-forge shap

I get

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - conda-forge/win-64::wincertstore==0.2=py37_1002
  - shap
Use "conda info <package>" to see the dependencies for each package.

It installs fine with pip. But how could I resolve the error to use conda instead?

来源:https://stackoverflow.com/questions/52973918/unsatisfiableerror-conda-forge-3-7

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