我得到了相同的结果:
pip3 install –upgrade tensorflowCollecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: )No matching distribution found for tensorflow
附注:我使用的是Python 3.5.2。
回答:
目前,TensorFlow在Windows上仅提供Python 3.5的64位版本。
如果你没有使用最新版本的pip,请更新pip:
pip3 install --upgrade pip