Skip to content
New issue

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

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py) #648

Closed
nsrajeshprabhu opened this issue Mar 27, 2024 · 1 comment · Fixed by #650
Labels
bug Something isn't working

Comments

@nsrajeshprabhu
Copy link

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

@chrisleekr
Copy link
Owner

Hi @nsrajeshprabhu

The fix has been merged into the master branch.

I close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants