pyopengl icon indicating copy to clipboard operation
pyopengl copied to clipboard

an error while importing

Open liuranranranran opened this issue 11 months ago • 2 comments

The following error occurred when I imported PyOpenGL System: Ubuntu20.04 Python: 3.8.19 PyOpenGL and PyOpenGL_accelerate: 3.1.7 How could I fix it 17351081238367

liuranranranran avatar Dec 25 '24 06:12 liuranranranran

Somehow your machine wasn't able to find the OpenGL library, which is a fairly rare occurrence on real Ubuntu boxes. Do you really mean 20.04? Not 22.04 or 24.04? Is it possible that you're running inside a container that has no OpenGL implementation?

mcfletch avatar Jan 03 '25 04:01 mcfletch

Somehow your machine wasn't able to find the OpenGL library, which is a fairly rare occurrence on real Ubuntu boxes. Do you really mean 20.04? Not 22.04 or 24.04? Is it possible that you're running inside a container that has no OpenGL implementation?

yes,i'm running inside a container.But, i've solved it by unintsalling pyopengl and the packages that may be associated with pyopengl and reinstalling them with conda

liuranranranran avatar Jan 04 '25 07:01 liuranranranran