Replies: 5 comments
-
This is a Flask-SQLAlchemy error, it does not appear to be related to this package. Does your application work? If you think it is this package, then please provide an example application that I can use to reproduce the error. |
Beta Was this translation helpful? Give feedback.
-
My apologies for posting this issue on the wrong package. On this link you can find an example application to re produce the error. After installing the venv and the setup.py the next command to reproduce the error is |
Beta Was this translation helpful? Give feedback.
-
@DeclercqM Going back to my question, I asked if the application runs fine. I installed your repo and can't do |
Beta Was this translation helpful? Give feedback.
-
@DeclercqM I was getting the same error, I fixed it by changing SQLAlchemy version to 1.3.18. |
Beta Was this translation helpful? Give feedback.
-
Related Issue on flask-sqlalchemy : pallets-eco/flask-sqlalchemy#910 |
Beta Was this translation helpful? Give feedback.
-
In the following commit has sqlalchemy decided to make it a tuple.
When executing
flask db migration
is this the result.Beta Was this translation helpful? Give feedback.
All reactions