-
Notifications
You must be signed in to change notification settings - Fork 104
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
Cant install PyOpenGL-accelerate #94
Comments
I am unable to install on macOS ventura. Here is the huge error message that I get.
|
Duplicates #87 The Cython-generated C sources don't support Python 3.11. You can get it to work by installing Cython v3a beforehand pip install 'cython >= 3.0a11'
pip install pyopengl-accelerate |
Wrappers updated in develop, next release should include the updated code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to install on linux. I'm running python 3.11.1. My gcc --version output is: gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4). I have tried installing with pip and by cloning the repo and building from there. Every time it gives the following error report. The issue seems to be with gcc not being able to compile the package properly. I'm not familiar enough with the process to be able to do more troubleshooting. I've installed it on windows and it installs no problem so I'm completely stumped. Any help or fixes would be greatly appreciated.
The text was updated successfully, but these errors were encountered: