简体   繁体   English

无法安装 tensorflow-addons 我有 tensorflow 版本 2.8 和 python 3.10

[英]cant install tensorflow-addons i have tensorflow version 2.8 and python 3.10

ERROR: Could not find a version that satisfies the requirement tensorflow-addons (from versions: none) ERROR: No matching distribution found for tensorflow-addons错误:找不到满足 tensorflow-addons 要求的版本(来自版本:无)错误:找不到与 tensorflow-addons 匹配的分布

The reason why you see that error message is because tensorflow-addons is in beta development and built only up to python 3.9您看到该错误消息的原因是因为tensorflow-addons处于 beta 开发阶段并且仅构建到 python 3.9

Please downgrade your python version to 3.9, that should do the trick (for any operating system).请将您的 python 版本降级到 3.9,这应该可以解决问题(对于任何操作系统)。

After that, please run: pip install tensorflow-addons==0.15.0之后,请运行: pip install tensorflow-addons==0.15.0

You should not see any uncompatibilities or error messages.您应该看不到任何不兼容性或错误消息。

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

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