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 #101

Open
BirjuVachhani opened this issue Dec 14, 2024 · 3 comments
Open

Bad CPU type in executable #101

BirjuVachhani opened this issue Dec 14, 2024 · 3 comments

Comments

@BirjuVachhani
Copy link

Getting this error trying to install Puro on a fresh Mac M1 Pro.

Command:

curl -o- https://puro.dev/install.sh | PURO_VERSION="1.4.6" bash

Error:

bash: line 69: /Users/user/.puro/bin/puro.new: Bad CPU type in executable
@pingbird
Copy link
Owner

Does it work after installing Rosetta? softwareupdate --install-rosetta

The install script is supposed to automatically detect that, I wonder if a recent MacOS update broke it.

@pingbird
Copy link
Owner

One more thing, what does uname -m output?

@BirjuVachhani
Copy link
Author

Yeah, I saw the script and figured out that it was failing because of no rosetta. I installed it manually and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants