当前位置:   article > 正文

AttributeError str object has no attribut 异常错误_attributeerror: 'str' object has no attribute 'cap

attributeerror: 'str' object has no attribute 'capabilities

错误情况

# model_config = json.loads(model_config.decode(‘utf-8‘)) 
AttributeError: ‘str‘ object has no attribut

  • 1
  • 2
  • 3

是由于tensorflow2.1.0支持h5py<3.0.0,而在安装tensorflow会自动安装h5py 3.1.0 。
只要运行如下命令即可:

pip install tensorflow h5py == 2.10.0

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/766983
推荐阅读
相关标签
  

闽ICP备14008679号