Re: issues installing psutil with pip in virtual environment

2020-04-26 Thread Sandro Tosi
> I am running into an issue installing psutil: pip3 install psutil, in a > virtual environment. I have upgraded my pip and setuptools with no > avail. I am getting this error: https://pastebin.com/2Xb7UN9g psutil is not pure python, and contains some extensions that need to be compiled, so your

Re: issues installing psutil with pip in virtual environment

2020-04-26 Thread Scott Kitterman
On April 26, 2020 4:06:00 PM UTC, Anil F Duggirala wrote: >hello, >I am running into an issue installing psutil: pip3 install psutil, in a >virtual environment. I have upgraded my pip and setuptools with no >avail. I am getting this error: https://pastebin.com/2Xb7UN9g >Some have suggested

issues installing psutil with pip in virtual environment

2020-04-26 Thread Anil F Duggirala
hello, I am running into an issue installing psutil: pip3 install psutil, in a virtual environment. I have upgraded my pip and setuptools with no avail. I am getting this error: https://pastebin.com/2Xb7UN9g Some have suggested installing the python3-dev package. Saying that I require "header"