JPCERTCC / LogonTracer

Investigate malicious Windows logon by visualizing and analyzing Windows event log
Other
2.7k stars 441 forks source link

FutureWarning: pandas.util.testing is deprecated. #104

Closed yamamotoalex closed 3 years ago

yamamotoalex commented 3 years ago

The following error occurs when attempting to start LogonTracer

[root@logtracer-dc opt]# python3 /opt/LogonTracer/logontracer.py 
/usr/local/lib64/python3.6/site-packages/statsmodels/tools/_testing.py:19: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
  import pandas.util.testing as tm
[!] scikit-learn must be installed for this script.

I have already installed scikit-learn

[root@logtracer-dc opt]# pip3 install scikit-learn
Requirement already satisfied: scikit-learn in /usr/local/lib64/python3.6/site-packages (0.19.2)
shu-tom commented 3 years ago

Please update scikit-learn. pip3 install -U scikit-learn

yamamotoalex commented 3 years ago

All problems resolved. Thank you very much !