-
Notifications
You must be signed in to change notification settings - Fork 437
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
Pyre exited with non-zero return code: 1 #918
Comments
Hi @Victor725, My guess is that it's an architecture problem, but let's confirm it.
|
It looks like we are building pyre with a version of glibc that cannot be found on your system. |
I build the docker container upon ubuntu:18.04, maybe I need to try 20.04 or 22.04?
|
yes, 18.04 is definitely too old. Please try 22.04 or above. |
OK, thank you very much :) |
Pysa Bug
Pre-submission checklist
[ ] I've checked the list of common issues and mine does not appear
Bug description
When I run "pyre analyze --no-verify --save-results-to ./pysa-runs", an error occured:
Reproduction steps
I cd to my project dir, and run "pyre init-pysa"
then"pyre analyze --no-verify --save-results-to ./pysa-runs", the bug above reported
Logs
Please run your reproduction steps with
--noninteractive
(eg.pyre --noninteractive analyze
) and paste the output here:Additional context
I used default stubs
The text was updated successfully, but these errors were encountered: