Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install lief == 0.8.3.post3 #21

Closed
pramathesh-majumder opened this issue Mar 28, 2019 · 2 comments
Closed

Unable to install lief == 0.8.3.post3 #21

pramathesh-majumder opened this issue Mar 28, 2019 · 2 comments

Comments

@pramathesh-majumder
Copy link

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
Copy link

ithjz commented Apr 17, 2019

Has it been solved? I also encountered similar mistakes.

@mrphilroth
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants