目录
报错一:AttributeError: 'NoneType' object has no attribute 'glGetError'
报错二:ImportError: ('Unable to load OpenGL library', 'OSMesa: cannot open shared object file: No such file or directory', 'OSMesa', None)
报错三:raise ImportError("Unable to load OpenGL library", *err.args) ImportError: ('Unable to load OpenGL library', 'OSMesa: cannot open shared object file: No such file or directory', 'OSMesa', None)
解决方案
报错一:AttributeError: 'NoneType' object has no attribute 'glGetError'
报错二:ImportError: ('Unable to load OpenGL library', 'OSMesa: cannot open shared object file: No such file or directory', 'OSMesa', None)