-
Notifications
You must be signed in to change notification settings - Fork 107
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 build accelerate in Python 3.10 #74
Comments
Similar issues:
It seems all of these suggest regenerating the C code with a newer version of Cython (v0.29.20 or newer) |
EpicWink
added a commit
to EpicWink/pyopengl
that referenced
this issue
Feb 1, 2022
Hi guys, seems only Windows got v3.1.6 on the pip repository, but what about Linux users? Thanks~
For now, seems installing from git is the only way for Linux users.
|
This was referenced Sep 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build
pyopengl-accelerate
from source with Python 3.10, but it failsReproduction
In the
python:3.10-slim
Docker imageapt-get update apt-get install --no-install-recommends --yes gcc libc-dev CFLAGS='-w' pip install pyopengl-accelerate
Output
Environment
In Docker image
python:3.10-slim
#29~20.04.1-Ubuntu
pyopengl-accelerate
(source): 3.1.5The text was updated successfully, but these errors were encountered: