Reputation: 53
I am trying to install kivy using pip and, but I'm getting the error:
c:\***\temp\pip-build-7e9b8p\kivy\kivy\graphics\gl_redirect.h(8) : fatal error C1083: Cannot open include file: 'GL/glew.h': No such file or directory
error: command 'C:\\***\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
Any suggestion?
Upvotes: 5
Views: 2946
Reputation: 1655
You need to install libglew binaries for windows:
http://glew.sourceforge.net/index.html
Upvotes: 3