win10 64 under anaconda4.2.0 (python3.5)

python environment: win10 64 under anaconda4.2.0 (python3.5). Tensorflow mounted installation process is carried out in the Anaconda Prompt

1: Open Anaconda Prompt

  Prior to installation, said several small order of about conda

  conda list: you can display already installed library.

  conda install library name  : can directly install the library you want. Such as: conda install tensorflow

  Conda  Update  library name: Upgrade library

  In Environments Anaconda Navigator can be displayed directly in the library has been installed and not installed, you can also upgrade the library and the new library is installed.

       If the above method of installation is not successful in your computer, you can take the following manner specified installation.

   

2. First of all, I direct input conda install tensorflow

Error (somehow).

3. Then follow the prompts to enter: Anaconda Search -t Conda tensorflow

Here ( Anaconda Search -t Conda library name ) can choose to install their own source of

It can be seen tensorflow this library is installed on most versions of linux! Only two can be installed on win64!

4.输入:anaconda show conda-forge/tensorflow

You can also enter: anaconda show dhirschfeld / tensorflow install another source (this is installed, the result of an error when I initially installed, so the installation of a complete installation after the installation of the first to discover and can be installed, but not installed! after all, an already installed a).

5.根据最后一行提示输入:conda install --channel https://conda.anaconda.org/conda-forge tensorflow

6.上一步最后Proceed ([y]/n)?后面输入y回车

7,至此已经安装成功,输入:conda list

可以看出已安装。

 

Guess you like

Origin www.cnblogs.com/tuozizhang/p/11432301.html