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
setup.py requirements are too greedy and pull in version that are incompatible with current code:
AttributeError: module 'flask.json' has no attribute 'JSONEncoder'
ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
ImportError: cannot import name 'escape' from 'jinja2'
ImportError: cannot import name 'json' from 'itsdangerous'
AttributeError: module 'sqlalchemy' has no attribute '__all__'. Did you mean: '__file__'?
SQLalchemy error is likely another manifestation of #6 (i.e. incompatible with SQLalchemy version 2.x).
The text was updated successfully, but these errors were encountered:
setup.py requirements are too greedy and pull in version that are incompatible with current code:
SQLalchemy error is likely another manifestation of #6 (i.e. incompatible with SQLalchemy version 2.x).
The text was updated successfully, but these errors were encountered: