Cloned the repo
Ran this cmd from the ember repository:
cmd:
!pip install -r requirements.txt
!python setup.py install
Error:
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
Installing collected packages: lief
error: subprocess-exited-with-error
× Running setup.py install for lief 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.
Running setup.py install for lief ... error
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> lief
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Cloned the repo Ran this cmd from the ember repository: cmd: !pip install -r requirements.txt !python setup.py install
Error: 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 Installing collected packages: lief error: subprocess-exited-with-error
× Running setup.py install for lief 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. Running setup.py install for lief ... error error: legacy-install-failure
× Encountered error while trying to install package. ╰─> lief
note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure.