Install PyOpenGL for Windows under Python 3.12

539 views Asked by At

I want to install PyOpenGL for Windows under Python 3.12.
The version on PyPI does not work properly (as the versions for 3.11 and before). So, how can I install it?

I used to be able to download properly working wheels from 'Unoffical Binaries for Windows Extension Packages' (https://www.lfd.uci.edu/~gohlke/pythonlibs/) But this site is archived and not updated after mid 2022.

So, now my question is: How can I install a properly working version of PyOpenGL for Python 3.12 ?

1

There are 1 answers

0
ruudvanderham On

The author of the "Unofficial Binaries ...", gave me a link to updated wheels (including for Python 3.12) for PyOpenGL and PyOpenGL-accelerate: https://drive.google.com/drive/folders/1mz7faVsrp0e6IKCQh8MyZh-BcCqEGPwx?usp=sharing Although he warns that they might not be stable, they work for me.