python - Installing tensorflow on windows -


i'm trying install tensorflow on windows. have python3 (3.5.2) , pip3 (9.0.1):

pip3 install --upgrade tensorflow  collecting tensorflow    not find version satisfies requirement tensorflow (from versions: ) no matching distribution found tensorflow 

found issue here well: tensorflow not found in pip none of solutions worked me. ideas?

try following @ python command prompt:

import platform platform.architecture()[0] 

it should display '64bit' having x86 version of python isn't enough. had same problem. thought had 64 bit installation turned out 32 bit.

btw. work fine conda python 3.6 distribution. , indeed use distro gohlke page indicated guillaume jacquenot.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -