chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
4.96k stars 1.08k forks source link

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

Closed nsrajeshprabhu closed 2 months ago

nsrajeshprabhu commented 3 months ago

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 commented 2 months ago

Hi @nsrajeshprabhu

The fix has been merged into the master branch.

I close the issue.