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
qovery auth
What happened: zsh: bad CPU type in executable: qovery
zsh: bad CPU type in executable: qovery
What you expected to happen: Be connected to use Qovery CLI
How to reproduce it (as minimally and precisely as possible): Buy a MacBook Pro M3 Then run qovery auth
Anything else we need to know?:
Environment:
qovery version
The text was updated successfully, but these errors were encountered:
Temporary fix: use Rosetta
https://medium.com/@jithmisha/fix-for-macbook-air-m1-m2-bad-cpu-type-in-executable-error-3719a0a1cb6
Sorry, something went wrong.
Hey @jmeiss,
Sorry for the delay here. Do you still have the issue? Did you reinstall the CLI recently?
On my side I have a m3 air (sorry not a Pro 😅), and I think it's properly running on Apple Silicon:
Runs qovery auth and let it hangs, then in a terminal or in activity monitor, you should be able to check:
$ qovery auth & $ ps aux | grep qovery benjaminch 28212 0.0 0.1 409931744 16800 s001 S+ 11:42AM 0:00.03 qovery auth $ lsof -p18510 -p18510 | grep /usr/libexec/rosetta/runtime
Let me know ! Cheers
No branches or pull requests
What happened:
zsh: bad CPU type in executable: qovery
What you expected to happen:
Be connected to use Qovery CLI
How to reproduce it (as minimally and precisely as possible):
Buy a MacBook Pro M3
Then run
qovery auth
Anything else we need to know?:
Environment:
qovery version
): latest (but I can't run qovery version)The text was updated successfully, but these errors were encountered: