Looking through the search here it seems others ha...
# windows
z
Looking through the search here it seems others have had trouble with this... not sure if it's been resolved. Have you installed
psutil
? Are you seeing any error?
e
hey @zwass I have an error now.
Copy code
AttributeError: 'Process' object has no attribute 'num_fds'
I see in the psutil documentation that num_fds is not available for windows https://psutil.readthedocs.io/en/latest/index.html#psutil.Process.num_fds
Is there a version of utils.py that is compatable with windows or do you know if I can just comment this out?