AttributeError: directory after update to 4.1.0 #558
Unanswered
fleblond07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello :)
I'm having an issue since upgrading to 4.1.0, now every time I run flask db upgrade or flask db heads I get the following error:
When running flask db upgrade -d migrations I get pretty much the same trace but with AttributeError: x_arg
I'm using SQLAlchemy 1.4.54, Flask 2.1.3, Flask-SQLAlchemy 2.5.1 - could it be an incompabitility ?
Downgrading to previous version fixes the problem
Thanks for the help :) !
Beta Was this translation helpful? Give feedback.
All reactions