Kiinitix / Malware-Detection-using-Machine-learning

Anomaly based Malware Detection using Machine Learning (PE and URL)
Apache License 2.0
104 stars 42 forks source link

Got error with scikit learn #2

Closed yatharthpatel9 closed 9 months ago

yatharthpatel9 commented 9 months ago

I've encountered this error while using your tool

Screenshot 2024-02-07 101615

Got same error with PE

Screenshot 2024-02-07 101811

Kiinitix commented 9 months ago

Try running it in Docker. It has been a long time since I updated the modules. I'll try to modify it ASAP!

image

yatharthpatel9 commented 9 months ago

Thanks for your help mate !!!! But now I am facing this problem in PE file. image

yatharthpatel9 commented 9 months ago

Could you please help me in the same?

Kiinitix commented 9 months ago

Sure.

Kiinitix commented 9 months ago

While running it in docker put the exe file inside main directory befor building image, I am yet find how to seamlessly transfer any file in between local system and docker container. As of now, this tempory fix is working without any issue. In requirements.txt file pefile was missing, Hence the error. Now it's fixed.

image