Flask:TypeError: __init__() got an unexpected keyword argument ‘unbound_message‘

报错版本:

python版本:3.7

Flask : 2.2.2

Flask-SQLAlchemy 3.0.2

解决方法:

换了个虚拟环境:

版本如下:

python版本 3.8

Flask : 2.2.2 不变

Flask-SQLAlchemy 3.0.2 不变

BUG解决。

参考链接:

[BUG] Flask 2.2.0 unbound_message error. · Issue #2184 · plotly/dash · GitHub

TypeError: __init__() got an unexpected keyword argument 'unbound_message' · Issue #607 · malwaredllc/byob · GitHub

猜你喜欢

转载自blog.csdn.net/qq_51533157/article/details/128117346