Closed maksim10411072 closed 11 months ago
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 installed To Reproduce runpip install p5
Expected behavior p5 will install normally
Screenshots
System information:
Additional context none