Installation and configuration of the latest Win7 +python3.6.0 (anaconda3-4.3.21) +tensorflow (do not switch python3.5)

Source: Internet
Author: User


first, to enter the Anaconda website Download

https://www.anaconda.com/download/



Everyone according to their own computer configuration download the corresponding version, I download here is the version of python3.6version 64bit

After downloading and installing, open CMD, enter ' Conda--version ', if output the following information

4.3.21

Anaconda installation was successful.

2. Install TensorFlow

Because the foreign mirror download is slow, so I use here is Tsinghua University mirror warehouse, download speed will be faster.

Install the CPU version:

Pip Install-i https://pypi.tuna.tsinghua.edu.cn/simple/https://mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/ Cpu/tensorflow-1.3.0rc0-cp36-cp36m-win_amd64.whl

Installation in progress:


Installation Complete:


The following information is exported to indicate success:
Successfully uninstalled html5lib-0.999
Successfully installed html5lib-0.9999999 markdown-2.6.9 protobuf-3.4.0 TENSORFL
OW-1.3.0RC0 tensorflow-tensorboard-0.1.6
The red warning is temporarily ignored, but it just discards some of the computer-configured stuff.
3. Test validation is available.

Input: Python, go into the Python programming environment. Then enter: [Java] view plain copy >>> import tensorflow as tf >>> hello = tf.constant (' Hello, Te   Nsorflow! ') >>> sess = tf. Session () >>> print (Sess.run (hello)) is correct, output:
[Java] view plain copy Hello, tensorflow!



to this environment installation and configuration to this end, the next chapter, I will update a project combat, please look forward to, thank you.
provides a communication group here: 181232816 Welcome to the problem and love to learn AI partners to join the

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.