Open TBSJordanNash opened 1 year ago
The Web App fails to start:
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/tmp/8dbd00a2f46b814/antenv/lib/python3.9/site-packages/werkzeug/urls.py)
According to https://stackoverflow.com/questions/77213053/importerror-cannot-import-name-url-quote-from-werkzeug-urls , you need to specify Werkzeug==2.2.2 in the Requirements.txt file.
:tada: Thanks for opening your first issue here! Welcome to the community!
Describe the bug
The Web App fails to start:
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/tmp/8dbd00a2f46b814/antenv/lib/python3.9/site-packages/werkzeug/urls.py)
According to https://stackoverflow.com/questions/77213053/importerror-cannot-import-name-url-quote-from-werkzeug-urls , you need to specify Werkzeug==2.2.2 in the Requirements.txt file.