-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'pip3.13 install pillow' gives KeyError #8089
Comments
@johannesnoordanus Try installing from the main development branch maybe, we don't support 3.13 yet. |
Pillow should work with 3.13 alpha 6. The change that caused this problem only appeared in 3.13 beta 1. It is fixed by #8050. On July 1, Pillow 10.4.0 is scheduled to be released, which should include that, and also include Python 3.13 beta wheels. However, Pillow will not officially support Python 3.13 until Pillow 11.0.0 on October 15, because that will be the first release after Python 3.13 final is released. |
Closing as a duplicate of #8075 |
i was running into an issue installing dependencies w/ python 3.13 locally. This seems to solve it (context: python-pillow/Pillow#8089)
What did you do?
pip3.13 install pillow
What did you expect to happen?
Pil(low) installed.
What actually happened?
What are your OS, Python and Pillow versions?
The text was updated successfully, but these errors were encountered: