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. ..
Implementation date 2017/5/12 Installed python (3.6.0) ← Installed via Anaconda
I want to install tensorflow.
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.
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