网站首页 文章专栏 Could not find a version that satisfies the requirement tensorflow (from versions: )
* Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow
* win10 + Anaconda (python 3.6 32bit)
* 命令
> C:> conda create -n tensorflow pip python=3.6
>
> C:> activate tensorflow
>
> (tensorflow)C:> # Your prompt should change
>
> (tensorflow)C:> pip install –ignore-installed –upgrade tensorflow-gpu
* 安装时参考的指引网页
* 将32bit的Anaconda换为64bit的
* 依据