IOPaint icon indicating copy to clipboard operation
IOPaint copied to clipboard

[Fix] Specify werkzeug version and modify readme(quick start)

Open Kiminjo opened this issue 2 years ago • 1 comments

This PR is a correction related to Issue #389.

Recently, the version of werkzeug has been updated, causing a problem that the code cannot execute.

The problem was solved by specifying the version of werkzeug in the Requirements.txt.

However, since I tested the modified code through python main.py, I also modified the Readme file. This should be changed back to the pip install format later.

Kiminjo avatar Oct 04 '23 07:10 Kiminjo

Thank you so much!!! I set the werkzeug version in this commit: https://github.com/Sanster/lama-cleaner/pull/390 and published a new version 1.2.4

Sanster avatar Oct 05 '23 14:10 Sanster