-
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
p5 install fails on python3.10 due to PyOpenGL-Accelerate==3.1.5 dependency #395
Comments
Thank you for submitting your first issue to p5py |
workaround to install p5 (pulled from requirements.txt):
note, this may result in errors when running |
Hi, thanks for submitting the issue. I think we have to refactor our dependencies. You can also raise a PR to fix this one if you want. |
Closed
Closed by #398 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
python3 -m pip install p5
fails on python3.10 (debian testing)To Reproduce
python3 -m pip install p5
Expected behavior
install should succeed
Screenshots
System information:
Additional context
python3 -m pip install PyOpenGL-Accelerate==3.1.6
worksblocked on: mcfletch/pyopengl#78
workaround is to install from git commit
git+https://github.com/mcfletch/pyopengl.git@227f9c66976d9f5dadf62b9a97e6beaec84831ca#subdirectory=accelerate
The text was updated successfully, but these errors were encountered: