Lucho
Lucho

Reputation: 53

Error installing kivy with pip - Python

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

Answers (1)

cem
cem

Reputation: 1655

You need to install libglew binaries for windows:

http://glew.sourceforge.net/index.html

Upvotes: 3

Related Questions