On Wed, Feb 28, 2018 at 11:29 AM, Larry Martell <larry.mart...@gmail.com> wrote: > 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?
Are you trying to install that into Python 3 or Python 2? Might need to grab python3-devel. ChrisA -- https://mail.python.org/mailman/listinfo/python-list