flask-redis-queue icon indicating copy to clipboard operation
flask-redis-queue copied to clipboard

Project doesn't run with the specified version of flask in requirements file

Open sattamjh opened this issue 2 years ago • 0 comments

When you try to build the docker image using the provided docker-compose configuration file, the build will fail and exit with an error clearly caused by incompatibility with werkzeug package as the trace show: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'.

I've managed to fix it by just upgrading flask version to Flask==2.3.3 which is the latest version in 2.x.x series.

sattamjh avatar Oct 22 '23 17:10 sattamjh