I try to install matplotlib,
sudo python2.7 setup.py install
after I got error like:
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel
How to solve this problem? Help me.
I try to install matplotlib,
sudo python2.7 setup.py install
after I got error like:
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel
How to solve this problem? Help me.
Try installing python-dev dependency before your stuff.
sudo apt-get install python-dev