部署tensorflow2.9.0踩坑总结+总结与明日计划安排
环境配置:python3.9.19
numpy 2.0.0
pandas 2.2.2
tensorflow 2.9.0
问题报错AttributeError: module 'numpy' has no attribute '__version__'
numpy与python不兼容
pandas 2.2.2 requires numpy>=1.22.4; python_version < "3.11", but you have numpy 1.19.4 which is incompatible.
tensorflow 2.9.0 requires numpy>=1.20
在同时满足numpy和python后试了很多个numpy的版本都不行
按网上一些文章下载whl后还是不行。
总结:python3.9 版本偏高,tensort 版本偏高,以后在配置项目时一定要尽量去找网上有实践后配置后的版本进行安装。
明日计划安排:上午把快速部署毕晟服务的过一遍
下午把tensorflow环境重新配置。