-
Notifications
You must be signed in to change notification settings - Fork 102
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
Unable to install pyopengl-accelerate on py 3.12.3: src/numpy_formathandler.pyx:22:42: 'Py_intptr_t' is not a type identifier
#118
Comments
FWIW: I don't need the numpy format handlers so I have used a brutal approach (ignore the fact that the patch is misnamed): |
Thanks @totaam : not sure if this will work on our CI, I'll take a look. |
It does not currently build/install on py3.12: mcfletch/pyopengl#118
met same issue with python 3.9.16 and python 3.10.10 also under macOS Sonoma 14.5 |
Same issue here with python 3.12.4 :| |
Has anybody found the solution of this problem? I am facing the same issue with Python version 3.12.3 |
havent found the problem yet but i found a reference to
|
this looks like it was fixed in 3.1.8, specifically commit f897b0e https://github.com/mcfletch/pyopengl/releases/tag/release-3.1.8 seems like its just not released to pypi Likely solutions until its released on pypi: install from git tag |
For everyone looking to fix this using requirements.txt add the following code:
|
That didn't work for me. Just got a different error. |
I'm unable to install pyopengl-accelerate on py3.12.3:
Attempting to install it using Pip gives:
Weirdly enough, I do have wheels of pyopengl-accelerate for py3.12 in my pip cache, so it did build successfully at some point. Not sure what has changed. I only noticed this because it has started failing in our GitHub actions.
Any one else seeing this? Any ideas?
The text was updated successfully, but these errors were encountered: