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

Bad CPU type in executable error #3483

Closed
workingdoge opened this issue Nov 13, 2023 · 2 comments
Closed

Bad CPU type in executable error #3483

workingdoge opened this issue Nov 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@workingdoge
Copy link

workingdoge commented Nov 13, 2023

Aim

Following the hello world tutorial, I'm unable to run nargo verify

Expected Behavior

complete the tutorial

Bug

❯ 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

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

@workingdoge workingdoge added the bug Something isn't working label Nov 13, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Nov 13, 2023
@Savio-Sou
Copy link
Collaborator

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.)

@kevaundray
Copy link
Contributor

Closing this in favour of AztecProtocol/aztec-packages#2518 and AztecProtocol/aztec-packages#1904

@kevaundray kevaundray closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants