alexandreborges / malwoverview

Malwoverview is a first response tool used for threat hunting and offers intel information from Virus Total, Hybrid Analysis, URLHaus, Polyswarm, Malshare, Alien Vault, Malpedia, Malware Bazaar, ThreatFox, Triage, InQuest and it is able to scan Android devices against VT.
https://github.com/alexandreborges/malwoverview
GNU General Public License v3.0
2.85k stars 439 forks source link

pathlib broken in requirements.txt #29

Closed SporadicThought closed 2 years ago

SporadicThought commented 2 years ago

Downloaded malwoverview-4.4.2.zip from the releases section @ github/alexandreborges/maloverview

PS> pip install -r requirements.txt While installing dependencies on 3.10 in Windows 11 I got this error:

ERROR: Could not find a version that satisfies the requirement pathlib>=1.0.1 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.97, 1.0, 1.0.1)
ERROR: No matching distribution found for pathlib>=1.0.1

I am attempting to use pathlib2 instead (https://pypi.org/project/pathlib2/)

PS> pip install pathlib2

If you don't hear back from me I'll be knee-deep in malware samples.

That is all

alexandreborges commented 2 years ago

Dear SporadicThought,

Good afternoon. I'll check this information and make some tests about it.

Thank you for your suggestion and have an excellent day.

Alexandre.