Installing Tensorflow On Windows Anaconda2
I am trying to install tensorflow on Ananconda2 in windows 64 bit. I've tried the following steps: conda create --name tensorflow python=3.5 activate tensorflow conda install -
Answer :- (Note:- This will surely work for all!!)
Step 1:- conda search python
Step 2:- conda install python=3.5.2
Step 3:- pip install tensorflow
Step 4:- import tensorflow as tf
Done!!
Post a Comment for "Installing Tensorflow On Windows Anaconda2"