We are trying to install PIL and getting the error
error: command \'gcc\' failed with exit status 1
Many similar questions, including this one (
It seems there is no python-dev
package for Windows. But the Python installer for Windows will normally install a sub directory include
inside the main Python dir.
So with Python in C:\Python
you would get:
Inside this include
directory you will find Python.h
, which can be included or referenced.