System Information
Operating system: Ubuntu 16.04
Blender Version
Broken: 2.79b release
Short description of error
When trying to install some Python packages building C/C++ extensions, the installation fails because it seems to be missing some Python header files.
Maybe publishing all the headers used to compile the Python interpreter would help?
Exact steps for others to reproduce the error
virtualenv -p /path/to/blender/2.79/python/bin/python3.5m .venv source .venv/bin/activate pip install dependency-injector