繁体   English   中英

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

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

我正在尝试使用RASA框架创建一个聊天机器人。 我正在运行以下命令来安装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))

该版本的tensorflow不可用。 请更新您的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.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM