【发布时间】:2018-12-29 12:17:33
【问题描述】:
我刚刚使用 python 3.7 安装了适用于 windows 的 anaconda 最新版本 X64。
尝试安装 tensorflow 时会出现下一条错误消息:
conda install -c conda-forge tensorflow
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- anaconda==2018.12=py37_0 -> bleach==3.0.2=py37_0
- anaconda==2018.12=py37_0 -> numexpr==2.6.8=py37hdce8814_0
- anaconda==2018.12=py37_0 -> scikit-learn==0.20.1=py37h343c172_0
- tensorflow
Use "conda info <package>" to see the dependencies for each package.
有什么办法解决吗?
【问题讨论】:
-
创建环境并尝试安装..
标签: python tensorflow anaconda