Trying to install psutil (with pip install psutil) on Red Hat EL 7.
It's failing with:
Python.h: No such file or directory

Typically that means the python devel libs are not installed, but they are:

[root@liszt ~]# yum install python-devel
Package python-devel-2.7.5-58.el7.x86_64 already installed and latest version
Nothing to do

Anyone have any idea what to try next?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to