DavidJedeikin
Results
2
comments of
DavidJedeikin
@robot1lyj what is your environment setup? Are attempting to run the example from within a Docker container? I had a similar issue when trying to run the example from within...
The issue seems to be caused by the latest version of PyOpenGL that is installed when running `pip install PyOpenGL`. Downgrading solved the issue for me. ``` pip install PyOpenGL==3.1.1a1...