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.