I'm having troubles with distributing a package. I want to install numpy 1.8.0 as a dependency in my setup.py. (Ubuntu 12.04)
install_requires=['pandas ==0.12.0','numpy ==1.8.0']
This might be an extension to this question. What they have said here is about installing the python-dev
. I tried followings.
sudo apt-get install python-dev
sudo apt-get install python-gevent
Even after installing it, still the same error is there. Any help is appreciated.
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel