TensorFlow mounted spyder python after automatic upgrade program error process

       After installing TensorFlow, the console debugger no problem, and then want to use the Anaconda installation Spyder actually there is a problem, it automatically upgrade to a version of python, so it needs to switch it python version, handled as follows:

1, open the console, activate tensorflow, viewing environment conda info --envs, cd to the corresponding directory, and then reinstall the python version and TensorFlow; conda create --name tensorflow python = 3.5.2; pip install https: / /mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/cpu/tensorflow-1.1.0-cp35-cp35m-win_amd64.whl; mounted spyder, conda install spyder;

2, before the cause of the failure may have some dependence of the wrong version, so I performed conda update --all, updated a bit,

3, then directly enter the spyder

You can successfully open

Published 109 original articles · won praise 42 · views 570 000 +

Guess you like

Origin blog.csdn.net/sinat_28984567/article/details/91945265