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
You need python-dev installed. For Ubuntu : sudo apt-get install python-dev # for python2.x installs sudo apt-get install python3-dev # for python3.x installs For more distros, refer - https://stackoverflow.com/a/21530768/6841045
sudo apt-get install python-dev # for python2.x installs sudo apt-get install python3-dev # for python3.x installs