error: Python.h : No such file or directory
Posted on January 18, 2017 • 1 minutes • 46 words
Somewhere along the way running python’s helper pip, this message pop’d up :
error: Python.h : No such file or directory
save a google :
yum install python-devel
on Centos 6 this solved my tiny issue 🙂
Â
// edit for Ubuntu :
apt-get install python-dev libpython3-dev
Â