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

Installing lief package on google colab #116

Open
sadelodun opened this issue May 11, 2024 · 1 comment
Open

Installing lief package on google colab #116

sadelodun opened this issue May 11, 2024 · 1 comment

Comments

@sadelodun
Copy link

I got this during the installation of process of lief:
Collecting lief==0.9.0
Using cached lief-0.9.0.zip (5.7 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: lief
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for lief (setup.py) ... error
ERROR: Failed building wheel for lief
Running setup.py clean for lief
Failed to build lief
ERROR: Could not build wheels for lief, which is required to install pyproject.toml-based projects

How can I resolve this? Kindly help.

@NassiaV
Copy link

NassiaV commented May 13, 2024

i had the same problem and i tried creating an environment in a python version that can adjust to lief version 0.9.0, and it worked.
conda create -n test python=3.6 , where in test you can name it however you want. Then you activate it and install lief version 0.9.0 there, along with all the other libraries you need.

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

2 participants