Fail installation of tensorflow over conda

孤者浪人 提交于 2019-12-24 15:27:57

问题


I have just installed anaconda latest version X64 for windows with python 3.7.

trying to install tensorflow ends up with the next error message:

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.

any ideas how to solve it?


回答1:


Try switching to python 3.6 instead



来源:https://stackoverflow.com/questions/53969443/fail-installation-of-tensorflow-over-conda

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