I\'m having trouble installing python modules using pip. Below is the output from the command window:
Note that I installed pip immediately before trying to install
This issue looks very similar to Python GDAL package missing header file when installing via pip which seems to have working solution.
Usual problem with python libraries that have CPython extensions is explained here and solution is often:
install library by downloading and running windows binary package.