-
Notifications
You must be signed in to change notification settings - Fork 135
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
Build failed: psych
Could not be configured. It will not be installed.
#386
Comments
For the record, I got the same error on MacOS Sonoma and installing libyaml via |
If anyone is trying to install Ruby on Ubuntu 22.x, just don't install version 3.31.
|
These are the libs I had to install to make sudo apt-get install libz-dev libssl-dev libffi-dev libyaml-dev |
I also ran into this issue. On fedora sudo dnf install libyaml-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using instructions from https://asdf-vm.com/guide/getting-started.html. Then, I ran
asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby
. Finally, I ranasdf install ruby latest
, which failed as seen below:Logs from
psych
configure:Workaround is to install
libyaml-dev
on Ubuntu.The provided error message should either be more descriptive (since I had to dig through log files to find this), or there should be something in the documentation.
The text was updated successfully, but these errors were encountered: