We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Code
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py)
When we run the "docker-compose up -d --build" command we are getting this error in the container
In the tradingview/requirements.txt document add the below line and it will solve the problem
Werkzeug==2.3.6
The text was updated successfully, but these errors were encountered:
Hi @nsrajeshprabhu
The fix has been merged into the master branch.
I close the issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
Latest Code
Description
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py)
To Reproduce
When we run the "docker-compose up -d --build" command we are getting this error in the container
Additional context
In the tradingview/requirements.txt document add the below line and it will solve the problem
Werkzeug==2.3.6
The text was updated successfully, but these errors were encountered: