soooocold

Results 6 comments of soooocold

我遇到了类似的问题 最初的错误 `OpenGL.raw.EGL._errors.EGLError: EGLError( err = EGL_NOT_INITIALIZED, baseOperation = eglInitialize, cArguments = ( , c_long(0), c_long(0), ), result = 0 )` 通过重新安装 PyOpenGL `pip install PyOpenGL==3.1.1a1 ` 出现新的问题 `OpenGL.error.GLError: GLError(...

> I have the same issue but I think what @zhouxian mentioned is valid. This only happens when I enabled camera.render. It seems like it forces the rendered image to...

I sloved this issue by upgrade the CUDA version to 12.6 `NVIDIA-SMI 560.35.05 Driver Version: 560.35.05 CUDA Version: 12.6 `

try pip uninstall moviepy pip install moviepy==1.0.3