Closed jftjamf closed 5 months ago
I am using a new feature in version 6.0 - psutil.process_iter.cache_clear().
6.0
psutil.process_iter.cache_clear()
Since this version is not on PyPi yet, my docker image has to include: git-core, gcc, python3-devel.
git-core
gcc
python3-devel
In order to use this new version, I then need to run:
pip install git+https://github.com/giampaolo/psutil.git@20be5ae
Having a new release would really streamline my workflow because these workarounds would not be necessary. I imagine this would help others as well.
Thanks for creating and maintaining such a great Python module. I really appreciate all of your time and effort.
Since version 6.0 has been released, I am closing this issue.
I am using a new feature in version
6.0
-psutil.process_iter.cache_clear()
.Since this version is not on PyPi yet, my docker image has to include:
git-core
,gcc
,python3-devel
.In order to use this new version, I then need to run:
Having a new release would really streamline my workflow because these workarounds would not be necessary. I imagine this would help others as well.
Thanks for creating and maintaining such a great Python module. I really appreciate all of your time and effort.