DEV Community

Stan Brown
Stan Brown

Posted on

"Failed to build PyOpenGL_accelerate

Hello (new guy)

I followed the installation instructions but I get this at the same point of install

_n cythonize_one
raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: src/numpy_formathandler.pyx
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for PyOpenGL_accelerate
Failed to build PyOpenGL_accelerate
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (PyOpenGL_accelerate)_

I have also tried to manually install, but same results

OSX 12.7.6 Python3

Right now just wanting to go through the basic / tutorial.

I do have a 3D scatter plat script that functions, but to enter data, I open spreadsheet, enter data, save, then run script to see plot. I'm hoping PyOpenGL will allow me to have an open worksheet to enter/edit and see plots.

The purpose of the 3D plot is for R G B color analysis

How do I correct the error with _accelerate?

Thanks

Top comments (0)