Tensorflow安装问题 Could not find a version that satisfies the requireme
pip install tensorflow报错如下:
1 | Collecting tensorflow |
没有找到tensorflow呢?
原因可能是tensorflow只支持64位python版本,卸载安装64位
1 | python -v |
完美解决。。
心有猛虎,细嗅蔷薇
Tensorflow安装问题 Could not find a version that satisfies the requireme
pip install tensorflow报错如下:
1 | Collecting tensorflow |
没有找到tensorflow呢?
原因可能是tensorflow只支持64位python版本,卸载安装64位
1 | python -v |
完美解决。。
本文标题:Tensorflow安装问题 Could not find a version that satisfies the requireme
文章作者:趙小傑~~
发布时间:2019年09月26日 - 17:23:36
最后更新:2019年09月26日 - 19:42:46
原始链接:https://cnsyear.com/posts/a2896ba8.html
许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。