Sanster / IOPaint

Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
https://www.iopaint.com/
Apache License 2.0
17.34k stars 1.75k forks source link

[BUG]version issue of Pillow while installing iopaint #461

Closed LokeshBadisa closed 2 months ago

LokeshBadisa commented 2 months ago

Describe the bug While installing iopaint with pip install iopaint, I get a Could not build wheels for Pillow, which is required to install pyproject.toml-based projects which probably could be an incompatibility with Pillow and other packages. I tried installing iopaint==1.0.0 but still same error.

System Info Software version used

Sanster commented 2 months ago

Maybe it's because your Python version is too new, can you try 3.10?

LokeshBadisa commented 2 months ago

Python version 3.10 is working.