Skip to content

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

@sattamjh

Description

@sattamjh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions