I am on a school computer, so I can\'t install anything.
I am trying to create C code which can be run in Python. It seems all the articles I am finding on it requi
That means you are not install libraries for python dev.
If you are on Linux OS, you can solve this issue by commands separately below:
Ubuntu (Debian) :
sudo apt-get install python-dev (Py2) or sudo apt-get install python3-dev (Py3)
sudo apt-get install python-dev
sudo apt-get install python3-dev
Rehat (CentOS):
yum install python-devel