-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
While deploying this demo app, I got various errors:
The conflict is caused by:
The user requested Werkzeug==2.2.3
flask 2.3.2 depends on Werkzeug>=2.3.3
and
AttributeError: module 'flask.json' has no attribute 'JSONEncoder'
My workaround was to use older packages in requirements.txt:
Flask==2.2.5
Werkzeug==2.2.3
After using this older Flask, I was able to deploy to aptible
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels