简体   繁体   中英

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

The reason why you see that error message is because tensorflow-addons is in beta development and built only up to python 3.9

Please downgrade your python version to 3.9, that should do the trick (for any operating system).

After that, please run: pip install tensorflow-addons==0.15.0

You should not see any uncompatibilities or error messages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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