Skip to content

Ruby installation is missing Psych. Ruby yaml extension not compiled #2012

Discussion options

You must be logged in to vote

Make sure your environment meets the requirements as suggested in the wiki. Then, depending on your system, pass the libyaml path to the installation process.

For me, on an M2 Ventura 13.2.1, with a Homebrew-installed asdf (ruby-build under the hood):

~ % brew reinstall libyaml
~ % gem install psych -- --with-libyaml-dir=$(brew --prefix libyaml)
~ % export RUBY_CONFIGURE_OPTS=--with-libyaml-dir=$(brew --prefix libyaml)
~ % asdf install ruby latest

Replies: 19 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jasonperrone
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kurko
Comment options

Comment options

You must be logged in to vote
5 replies
@HLFH
Comment options

@arknamal
Comment options

@nikolaz90
Comment options

@mralaminahamed
Comment options

@aecordova
Comment options

Comment options

You must be logged in to vote
2 replies
@HLFH
Comment options

@kurko
Comment options

Comment options

You must be logged in to vote
1 reply
@mislav
Comment options

Answer selected by mislav
You must be logged in to vote
2 replies
@mislav
Comment options

@hsbt
Comment options

Comment options

You must be logged in to vote
2 replies
@geanttechnology
Comment options

@amruali
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Converted from issue

This discussion was converted from issue #1251 on July 15, 2022 21:35.