当前位置:   article > 正文

使用flask框架链接数据库出现:AttributeError: ‘Engine‘ object has no attribute ‘execute‘_engine' object has no attribute 'execute

engine' object has no attribute 'execute
使用flask框架链接数据库出现:AttributeError: ‘Engine’ object has no attribute ‘execute’

出现这个问题就是flask的 sqlalchemy的版本太高了
可以降低自己的这个版本到对于版本
例如:
在这里插入图片描述
这个用法适合

from sqlalchemy import create_engine
  • 1

这个版本是sqlalchemy版本的是1.4.3的版本
2.0的版本是不适用的
详细可以参考这个github的 issue的回答
原因就是版本不匹配问题

https://github.com/pandas-dev/pandas/issues/40686
  • 1

可以到这个看看对于版本的用法

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

闽ICP备14008679号