-
Notifications
You must be signed in to change notification settings - Fork 205
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
yaml.h not found and psych.rb:455:in parse_stream
: undefined method parse
for #<Psych::Parser
#597
Comments
I'm seeing undefined method `_native_parse' for #Psych::Parser:0x...... |
Could this be related to #541? Is |
I'm also seeing problems with missing libyaml - the Ubuntu image that dependabot uses doesn't seem to include libyaml, which makes psych 5.0.0 install fail, which means dependabot can't check my dependencies for projects that use latest psych. Not quite sure what needs to be fixed: psych, dependabot, or the image? |
Ran into the "yaml.h not found" error with the RubyInstaller for Windows which uses MINGW. For others in the same boat, you will need to run |
With libyaml-dev installed I get the same error on AWS and on GitHub Actions (related to the Skylight gem) |
Anyone like me who got here via a failing github action may be interested in ruby/setup-ruby#409 and actions/runner-images#6725 |
JFYI, on Windows, I think Quite a few packages on Ubuntu are split into 'runtime' packages (the standard one), and a 'dev' package. With MSYS2 and vcpkg, they are often a single package... |
I'm still seeing the |
parse_stream': undefined method
parse' for #<Psych::Parserparse_stream
: undefined method parse
for #<Psych::Parser
I'm seeing this with ubuntu-20.04 and ubuntu-latest and ruby 3.1.3. I got around it by removing rdoc to get rid of the psych dependency. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi,
I'm getting two different errors on different environments (both Linux) when upgrading to Psych 5 but it works fine on macOS.
First error is:
And second error is:
See skylightio/skylight-ruby#437
The text was updated successfully, but these errors were encountered: