astrofrog / psrecord

Record the CPU and memory activity of a process :chart_with_upwards_trend:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip doesn't install `psutil` dependency automatically

cdeil opened this issue · comments

For me pip install psrecord did not install the psutil dependency automatically.

I think you have to put install_requires instead of requires in setup.py these days?
(and make a new release on PyPI so that this works).

Is the issue still open right now? If so,I would like to work on it

@souravsingh - yes, it's a simple fix, requires just needs to be changed to install_requires in setup.py - feel free to open a PR!