You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
UPDATE: My Python version is 3.9.7 on Ubuntu 21.10. For me it turned out that the problem is in the Flask-JWT-Extended module version. There are some breaking changes in the module from version 4.x. Downgrade to 3.7.0 helped me: pip install Flask-JWT-Extended==3.7.0
@psychoche thank you, this was also the problem with my setup. Maybe setting the version in requirements would be better for those who will also face same problem in the future.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Followed the steps given up until
flask db init
where I got the following error:While importing 'flask-realworld-example-app.autoapp', an ImportError was raised
The text was updated successfully, but these errors were encountered: