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

macos installer fails to install arm64 version from x86_64 shell #79

Closed
gaborcsardi opened this issue Jun 1, 2022 · 0 comments
Closed
Labels
bug an unexpected problem or unintended behavior

Comments

@gaborcsardi
Copy link
Member

❯ installer -pkg /tmp/rig/arm64-R-4.2.0-arm64.pkg -target /
installer: Error - R 4.2.0 for macOS (ARM64) can’t be installed on this computer.

We need to call an arm64 installer using arch -arm64:

arch -arm64 installer -pkg /tmp/rig/arm64-R-4.2.0-arm64.pkg -target /
@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant