python-3.x - 找不到满足 tensorflow 要求的版本(来自版本 : ) No matching distribution found for tensorflow

标签 python-3.x tensorflow

我在我的电脑上使用 python 3.6 (windows 10) 我想安装 tensorflow 包(使用 pip), 所以打开 cmd 并按照 tensorflow 网站中的指定输入以下内容, 我想安装 cpu 包而不是 gpu 包

C:\Users\rahul>C:\Windows.old\Users\rahul\AppData\Local\Programs\Python\Python36-32\Scripts\pip3.exe install --upgrade tensorflow

但是我得到这个错误

收集 tensorflow 找不到满足 tensorflow 要求的版本(来自版本:) 找不到与 tensorflow 匹配的分布, 我该如何克服这个问题。

最佳答案

您需要 64 位版本的 Python。

关于python-3.x - 找不到满足 tensorflow 要求的版本(来自版本 : ) No matching distribution found for tensorflow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46579249/

相关文章:

python - 有没有办法在Python中获取给定框架的函数参数的原始值?

Python 3 pyplot.hold 已弃用

tensorflow - tf.losses 和 tf.metrics 有什么区别?

python - 训练时设置 "training=False"of "tf.layers.batch_normalization"会得到更好的验证结果

python - 是否可以获取路径中的最后一个文件夹?

python - 使用函数打开文件(类型为 BytesIO)

python - 使用 colab 进行 python ADT

tensorflow - 如何在 SGNN(自治神经网络)中实现散列?

python - 谷歌云机器学习 : Outer dimension for outputs must be unknown

tensorflow - 为什么 ImageDataGenerator() 表现不佳?