CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.33k stars 186 forks source link

Fix lief 0.13.2 error during pip install #70

Closed D3vil0p3r closed 5 days ago

D3vil0p3r commented 1 week ago

It fixes the error during the python deps install:

ERROR: Could not find a version that satisfies the requirement lief==0.13.2 (from versions: 0.8.0.post7, 0.8.1.post1, 0.8.2.post1, 0.8.3.post3, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1)

[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
ERROR: No matching distribution found for lief==0.13.2
D3vil0p3r commented 1 week ago

@CYB3RMX can you review it please?

CYB3RMX commented 5 days ago

Hello @D3vil0p3r , thank you for your work and interest. I will make changes based on the latest version of the lief module. Therefore, I think it can remain in the requirements.txt file without specifying a version.