win10 installed under Anconda3 tensorflow

win10 installed under Anconda3 tensorflow
First of all, I have not used Anconda3, the first upgrade conda, then update all packages. (Before it is installed and set up Anconda3 domestic mirror source)

conda update conda
conda update --all

Secondly, to find a suitable tensorflow installation package, reference is made here fo40225 / tensorflow-windows-wheel: Tensorflow prebuilt binary for Windows and Python Extension Packages for Windows - Christoph Gohlke
Finally, use the command to build an environment Python3.7

conda create -n tf_0312 python=3.7

Referring again to python: anaconda installation whl file _Python_weixin_41576911 the blog -CSDN blog installation tensorflow

Guess you like

Origin www.cnblogs.com/lingr7/p/12470236.html