byob
byob copied to clipboard
TypeError: __init__() got an unexpected keyword argument 'unbound_message'
I run python3 run.py I get this error
Traceback (most recent call last):
File "run.py", line 1, in
same issue
Duplicate of #604
@sithortodox can you please mention your python version,
just type this:
pip3 install flask==2.2.2 flask-sqlalchemy==3.0.2
this issue is probably with werkzeug version. by doing this i fixed it
Stale issue message