How to install Tensorflow onn python 2.7 on windows -
i try install tensorflow via pip notification
could not find version satisfies requirement tensorflow
is there anyway install via pip
if using windows:
if take gander @ tensorflow website under windows pip installation first line says.
"pip installation on windows
tensorflow supports 64-bit python 3.5 on windows. have tested pip packages following distributions of python:"
now either install python 3.5, or use unofficial version of tensorflow anaconda.
other way download , install docker toolbox windows https://www.docker.com/docker-toolbox open cmd window, , type: docker run -it b.gcr.io/tensorflow/tensorflow should bring linux shell. type python , think well!
Comments
Post a Comment