Clang 15 has upgraded -Wint-conversion from a warning to a default error, and this means we cannot build pyopengl-accelerate I get the following error: src/numpy_formathandler.c:9802:3: error: ...
I suspect that PyOpenGL-accelerate 3.1.3b1 is incompatible with PyOpenGL-3.1.3b2 . I am experiencing aborts and failures on Python 2.7 when PyOpenGL-accelerate 3.1.3b1 is installed with ...