-
Notifications
You must be signed in to change notification settings - Fork 3
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
Missing requirements.txt #1
Comments
I tried to install some python packages (eg, angr) manually, and ran Could you help me solve this? Many thanks. |
I solved this python error by downgrading angr to version 9.2.63. I found (https://docs.angr.io/en/v9.2.63/_modules/angr/analyses/reaching_definitions/external_codeloc.html) that module ExternalCodeLocation exists in version 9.2.63. However, through 'pip install angr' I downloaded the latest version of angr (version 9.2.102). Therefore, I attempted to downgrade angr to resolve this problem. |
Hello, I have a usage problem,
|
Hello,
I'm trying to run SyzGen++ on my machine.
In this repo, I can find setup.sh which seems to set up the environment for running SyzGen++.
I ran it and I immediately ran into
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
, as there is no requirements.txt in the repo.Could you check this please?
Thank you
The text was updated successfully, but these errors were encountered: