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

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

python - PyInstaller UAC not working in onefile mode -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -