-
Notifications
You must be signed in to change notification settings - Fork 785
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Ruby installation is missing Psych. Ruby yaml extension not compiled #1251
Comments
Your pysch extension(~/gems/gems/psych-3.0.3/lib/psych.bundle) was built by 2.5.x. |
@hsbt thanks, by uninstalling psych, rbenv installed ruby 2.6.0-preview3 without errors:
|
Same problem here.
OS : Any idea how to debug that ? |
@taliesinpenbardd so you can not run |
@DirtyF I've finally uninstalled RVM, and tried my luck with RBENV. No luck so far, I still can't use the gems I've installed (and reinstalled). I suppose it's a wrong installation location on the system, or perhaps a permissions problem. Still looking, but I guess it's out of the focus of this ticket. |
@taliesinpenbardd FWIW you can choose to store your gems in your home directory, by adding the following to your shell config file:
|
@DirtyF Thank you very much, it seems to work. (and thank you also, I did discover Jekyll and am gonna use it sometime in the future. 😄 ) |
i have a problem when i trying to installing feedkit library and this warning showup I didn't find any solution, do u know what I should do? /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output). |
Running |
I get this when trying to uninstall |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
My setup:
brew install ruby
install ruby 2.5.3 (/usr/local/opt/ruby/bin/ruby)gem env
When I run
rbenv install 2.6.0-preview3
the following error occurs on macOS Mojave:The Psych gem is installed for ruby 2.5.3:
What is wrong? How do I fix this?
The text was updated successfully, but these errors were encountered: