error: Python.h : No such file or directory
Posted on January 18, 2017 • 1 minutes • 46 words • Suggest Changes
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
ย