Tensorflow needs python 3.x 64bit not 32bit

 with 32bit python, pip install tensorflow return error message like 

"ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)"

Googled it and one post of Stackoverflow.com says that it comes from 32bit version confliction issue. 

So, I uninstalled it and reinstall python 64bit again. 


Comments

Popular posts from this blog

[VS2010][VS2015] "stdafx.h 을 포함 소스를 찾을 수 없습니다" 에러 해결법