[PYTHON] Install tensorflow. (Only!)

Hello, fun and put a tensorflow in python! I heard that it took 5 hours to install tensorflow, so I would like to share this difficulty. ..

environment

Implementation date 2017/5/12 Installed python (3.6.0) ← Installed via Anaconda

Target

I want to install tensorflow.

problem

When I try to install tensorflow at the command prompt, I get an error like "Cloud not found a version that satisfies the requirement tensorflow ...". Apparently, tensorflow can only be installed with python 2.7 / 3.4 / 3.5.

solution

So I want a different version of python! So I decided to create a virtual environment.

conda create -n py35 (name) python = 3.5 anaconda

After entering the code, a sentence like confirmation will appear, so press y. The created virtual environment can be activated by activate py35.

Recommended Posts

Install tensorflow. (Only!)
Install Tensorflow on Mac
Install TensorFlow on Ubuntu
Install TensorFlow 1.15.0 on Raspberry Pi
Install CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 on Ubuntu 18.04
Install an older version of Tensorflow
Install tensorflow in Docker (LINUX) (memo)
install tensorflow in anaconda + python3.5 environment
Install pytorch
Install Activiti 6
emacs-jedi install
Install virtualenv
Install mojimoji
Install Memo
Install Qiskit
Install Ansible
install keras
Install Mu
Day 64 pip install tensorflow and 2.0 is here.
Install skt-war-result
Install Django
Install PyTorch
Tensorflow Glossary
tensorflow mnist_deep.py
install pillow
ArchmanLinux Install
TensorFlow tutorial tutorial
Install Python 3 on MacOS Catalina (with Homebrew only)
Install the machine learning library TensorFlow on fedora23