-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Install on an M1 Mac (ARM64) #83
Labels
Comments
Solving the problem myself... after chasing down the errors, installing FFI separately (with the extra flag) fixes it. run |
Solution found in ffi/ffi#864 |
don't ask me why....
|
on a continuing theme....
this time if you used the commandline tools without Xcode. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
I tried to install Awskeyring on an M1 Mac.
To Reproduce
Steps to reproduce the behavior:
Xcode-select --install
gem install awskeyring --user-install --bindir ~/bin
awskeyring help
.bundle/vendor/gems/ffi-1.15.3/lib/ffi/library.rb:275: [BUG] Bus Error at 0x000000010054c000 ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
Expected behavior
Installing and running successfully is what I hoped for.
Desktop (please complete the following information):
Additional context
Twas installing on an M1 Mac.
The text was updated successfully, but these errors were encountered: