elastic / ember

Elastic Malware Benchmark for Empowering Researchers
Other
949 stars 277 forks source link

Unable to install lief == 0.8.3.post3 #21

Closed pramathesh-majumder closed 4 years ago

pramathesh-majumder commented 5 years ago

Screenshot from 2019-03-28 10-20-04 Hi, I am trying to install lief post3 which is needed for training the ember dataset. I am running the command: pip install lief == 0.8.3.post3. pip is already installed with the latest version in my system. But when I run the command, it only installs lief version 0.8.3 instead of 0.8.3.post3 (as shown in the screenshot). How to install lief == 0.8.3.post3? or is the command wrong? Please help. Thanks in advance.

ithjz commented 5 years ago

Has it been solved? I also encountered similar mistakes.

mrphilroth commented 4 years ago

I'm sorry I didn't respond in a reasonable amount of time. From everything I can tell, this is the right version of LIEF to install. This is what I see in the environment I'm using:

>>> import lief
>>> lief.__version__
'0.8.3-18d5b75'
>>>

Also, I believe this is the only version of 0.8.3 that pip is able to install.