Skip to content
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

Closed
maksim10411072 opened this issue Dec 10, 2022 · 7 comments
Closed

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

maksim10411072 opened this issue Dec 10, 2022 · 7 comments

Comments

@maksim10411072
Copy link

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
run pip install p5

Expected behavior
p5 will install normally

Screenshots
image
image
image

System information:

  • p5 release (version number or latest commit): 0.8.1
  • Python version: 3.11
  • Operating system: Windows 10 x64

Additional context
none

@github-actions
Copy link
Contributor

Thank you for submitting your first issue to p5py

@tushar5526
Copy link
Member

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

@tushar5526 tushar5526 changed the title Error while installing p5 Error while installing p5 | Add support for python 3.11 Jan 12, 2023
@tushar5526
Copy link
Member

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

@adesh1998
Copy link

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

@tushar5526
Copy link
Member

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

@tushar5526
Copy link
Member

Closed by #461

@stu303
Copy link

stu303 commented Dec 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants