-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Struggling to install Ruby 3.2 on M1 mac - cannot load such file -- psych #126
Comments
Also tried:
|
@whomwah Have you found out where is the problem? I have same issue :( |
same problem here 😒 |
@whomwah This worked for me (see apple.stackexchange):
Still trying to sort out the panic issue when using the |
i've solved this problem as below:
though, i think this is just a temporary workaround. my dev environment:
|
For me the ''proper'' fix that didn't involve messing around involved installing pkg-config before attempting to install ruby. |
This solution also worked for me. Thanks a lot! |
I'm installing ruby on a brand new M4 mac. I had the poorly documented error
|
Morning,
I'm unable to install
3.2
on myM1
mac this morning. I've tried variousruby-build
solutions with no luck. I think the project doesn't useruby-build
though.Here's my output when making sure
libyaml
is installed too (rbenv/ruby-build#2118 (comment)).Anyone have any tips? Do I need to use a RUBY_OPTS explicitly to point to
libyaml
The text was updated successfully, but these errors were encountered: