python - 无法安装tensorflow=1.0.0

标签 python tensorflow machine-learning

我正在尝试在 Windows 10 上安装tensorflow 1.0.0,但是,它显示此错误消息:

Could not find a version that satisfies the requirement tensorflow==1.0 (from versions ...
No matching distribution found for tensorflow==1.0

enter image description here

我已经尝试使用 anaconda v 5.2、Python v 3.6 进行安装

最佳答案

尝试在 anaconda 中创建 python 3.5 env,它应该可以工作。

conda create --name tf1.0 pip python=3.5
activate tf1.0
pip install tensorflow==1.0

关于python - 无法安装tensorflow=1.0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50707717/

相关文章:

numpy - 预期 conv2d_1_input 具有形状 (28, 28, 1) 但得到形状为 (1, 28, 28) 的数组

python-3.x - 在 Keras 中使用单热编码创建模型

r - R中的分层数据拆分

algorithm - 皮质学习实现(Numenta 的 HTM 理论)

python - 了解 Keras 中语音识别的 CTC 损失

python - Keras,输入形状错误,但 x.shape 是正确的

python - 在 tensorflow 中,如何在不实际训练的情况下评估神经元网络

python - Python如何在二维码中心插入logo?

python - Django 多标签字段

python - 使用 Amazon Textract 分析 PDF 的特定页面