Closed pramathesh-majumder closed 4 years ago
Has it been solved? I also encountered similar mistakes.
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.
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.