简体   繁体   English

如何解决“找不到满足tensorflow == 1.12.0要求的版本”错误?

[英]How to fix 'Could not find a version that satisfies the requirement tensorflow==1.12.0' error?

I am trying to create a chatbot using RASA framework . 我正在尝试使用RASA框架创建一个聊天机器人。 I am running the following command to install the requirements.txt file and its throwing error. 我正在运行以下命令来安装requirements.txt文件及其引发错误。

pip install -r requirements.txt

ERROR: Could not find a version that satisfies the requirement tensorflow==1.12.0 (from -r requirements.txt (line 11)) (from versions: none)
ERROR: No matching distribution found for tensorflow==1.12.0 (from -r requirements.txt (line 11))

That version of tensorflow is not available. 该版本的tensorflow不可用。 Please update your requirements.txt to update from tensorflow==1.12.0 to any of below: 请更新您的requirements.txt以将tensorflow == 1.12.0更新为以下任意一项:

1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1, 2.0.0rc0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:找不到满足要求的版本 tensorflow - ERROR : could not find a version that satisfies the requirement tensorflow 如何修复:错误:找不到满足tensorflow-gpu == 1.14.0要求的版本(来自版本:无) - How to fix : ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.14.0 (from versions: none) 找不到满足要求的版本 tensorflow==1.12.0 [在 Cloud Foundry 上部署 Flask Python 应用程序] - Could not find a version that satisfies the requirement tensorflow==1.12.0 [ Deploying Flask Python App on Cloud foundry] 错误:找不到满足要求 tensorflow==1.14.0 的版本 - ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 错误:找不到满足要求的版本 tensorflow==1.15(Windows 终端) - ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (Windows Terminal) Raspberry Pi 上的“错误:找不到满足要求 tensorflow 的版本” - “ERROR: Could not find a version that satisfies the requirement tensorflow” on Raspberry Pi 错误:找不到满足 tensorflow 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) 找不到满足要求的版本 tensorflow - Could not find a version that satisfies the requirement tensorflow 找不到满足tensorflow == 1.0.1要求的版本? - Could not find a version that satisfies the requirement tensorflow==1.0.1? 如何在 Python 中修复此错误? “错误:找不到满足熊猫>=1.2.3 要求的版本” - How to fix this error in Python? "ERROR: Could not find a version that satisfies the requirement pandas>=1.2.3"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM