We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the hello world tutorial, I'm unable to run nargo verify
nargo verify
complete the tutorial
❯ nargo verify Could not determine version of `acvm-backend-barretenberg`. Downloading expected version... Bad CPU type in executable (os error 86)
same error using version 0.17.0, using apple silicon
No response
Binary
nargo version = 0.19.2 (git commit: 47f0130)
Maybe
The text was updated successfully, but these errors were encountered:
This is likely due to the x86 version of barretenberg is being fetched, rather than the ARM one.
% ~/.nargo/backends/acvm-backend-barretenberg/backend_binary backend_binary: Mach-O 64-bit executable x86_64
Users could install Rosetta to circumvent the issue until this is fixed.
(Thank you @Maddiaa0 for providing the additional context.)
Sorry, something went wrong.
Closing this in favour of AztecProtocol/aztec-packages#2518 and AztecProtocol/aztec-packages#1904
No branches or pull requests
Aim
Following the hello world tutorial, I'm unable to run
nargo verify
Expected Behavior
complete the tutorial
Bug
same error using version 0.17.0, using apple silicon
To Reproduce
No response
Installation Method
Binary
Nargo Version
nargo version = 0.19.2 (git commit: 47f0130)
Additional Context
No response
Would you like to submit a PR for this Issue?
Maybe
Support Needs
No response
The text was updated successfully, but these errors were encountered: