p5py / p5

p5 is a Python package based on the core ideas of Processing.
https://p5.readthedocs.io
GNU General Public License v3.0
734 stars 120 forks source link

Error while installing p5 | Add support for python 3.11 #409

Closed maksim10411072 closed 11 months ago

maksim10411072 commented 1 year ago

Describe the bug when I try to install this library viapip install p5 I get an error about Pillow installation failure, but I already have the latest version of Pillow installed To Reproduce run pip install p5

Expected behavior p5 will install normally

Screenshots image image image

System information:

Additional context none

github-actions[bot] commented 1 year ago

Thank you for submitting your first issue to p5py

tushar5526 commented 1 year ago

Hey, p5 is yet to release support for 3.11 use python <= 3.10

tushar5526 commented 1 year ago

This will require setting up GHAs for python 3.11 and testing everything.

adesh1998 commented 11 months ago

Is this issue solved because i am able to run command perfectly fine using python 3.11

tushar5526 commented 11 months ago

Yes, it could be working. I will be closing this after the GHAs are migrated to 3.11 as well.

tushar5526 commented 11 months ago

Closed by #461

stu303 commented 11 months ago

requirements.txt still targets Pillow==9.0.1 which fails on 3.11 on windows.