https://github.com/osquery/osquery logo
Title
z

zwass

02/19/2020, 2:32 AM
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

ehrhardt

02/19/2020, 8:15 PM
hey @zwass I have an error now.
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?