-
Notifications
You must be signed in to change notification settings - Fork 120
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
Error while installing p5 | Add support for python 3.11 #409
Comments
Thank you for submitting your first issue to p5py |
Hey, p5 is yet to release support for 3.11 use python <= 3.10 |
This will require setting up GHAs for python 3.11 and testing everything. |
Is this issue solved because i am able to run command perfectly fine using python 3.11 |
Yes, it could be working. I will be closing this after the GHAs are migrated to 3.11 as well. |
Closed by #461 |
requirements.txt still targets Pillow==9.0.1 which fails on 3.11 on windows. |
Describe the bug
when I try to install this library via
pip install p5
I get an error about Pillow installation failure, but I already have the latest version of Pillow installedTo Reproduce
run
pip install p5
Expected behavior
p5 will install normally
Screenshots
System information:
Additional context
none
The text was updated successfully, but these errors were encountered: