Need help with install: Pillow error #344
-
Greetings! When I try running the "python.exe -m pip install -r requirements.txt" command in VSC, I get the following error:
ERROR: Failed building wheel for Pillow Any advice? Running on Win10, using VSC and hoping to use it for the XuanFang 3.5"I bought of AliE, since its official software got flagged as adware by Malwarebytes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hello @MoisesHernandezSanchez! What is your Python version? You can find it by running |
Beta Was this translation helpful? Give feedback.
@MoisesHernandezSanchez after investigating, Python 3.12 just went out 2 days ago and PIL Pillow library we use in this project does not yet support Python 3.12: https://pillow.readthedocs.io/en/stable/installation.html
For now you need to keep Python 3.11 until this issue is fixed. Don't worry, Python 3.11 is still actively supported until 2027-10!
You can uninstall Python 3.12 and install Python 3.11 from here: https://www.python.org/downloads/release/python-3116/ downloads are at the end of the page