해보려는데 영 안되네.. 설치 안한게 있어서 그런가?
C:\Users>pip install pyopengl numpy glfw |
C:\study\python>python gl.py Traceback (most recent call last): File "gl.py", line 92, in main() File "gl.py", line 13, in main window = glfw.create_window(800, 600, "My OpenGL window", None, None) File "C:\Users\shin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glfw\__init__.py", line 893, in create_window monitor, share) File "C:\Users\shin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glfw\__init__.py", line 516, in errcheck _reraise(exc[1], exc[2]) File "C:\Users\shin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glfw\__init__.py", line 45, in _reraise raise exception.with_traceback(traceback) File "C:\Users\shin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glfw\__init__.py", line 495, in callback_wrapper return func(*args, **kwargs) File "C:\Users\shin\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glfw\__init__.py", line 669, in _raise_glfw_errors_as_exceptions raise GLFWError(message) glfw.GLFWError: (65542) b'WGL: The driver does not appear to support OpenGL' |
[링크 : https://webnautes.tistory.com/1271]
[링크 : https://answers.microsoft.com/.../no-opengl-acceleration-with-hd-3000-on-windows-10/...]
+
2019.05.01
홈페이지 가보니 PyOpenGL_accelerate 패키지를 안깔아서 그런가?
Downloading and Installation The easiest way to install PyOpenGL is using pip $ pip install PyOpenGL PyOpenGL_accelerate |
'Programming > python(파이썬)' 카테고리의 다른 글
PyOpenGL + ubuntu 18.04 (0) | 2019.05.02 |
---|---|
python 3.7 + MS build tool 2015 + pyGL 또 실패 ㅠㅠ (0) | 2019.05.01 |
python + openCV 공부 시작 (0) | 2019.04.30 |
pypy (0) | 2018.04.04 |
파이썬 print가 희한하네.. (0) | 2017.04.02 |