Cannot install on an M1 Mac using --with-libyaml-source-dir
#615
-
Compile output
The library can be configured without passing the From a brief skim of the psych issues, it seems that libyaml was unbundled from psych recently and now libyaml is an explicit dependency. On an operating system with a package manager, this is no problem because the library can be installed trivially. On macOS, several people have reported installation woes and it seems that the suggestion is to install the library via HomeBrew and then install the gem with additional configuration options. I don't use HomeBrew so this doesn't work for me. As a result, The user experience of having to manually install gems with options is pretty miserable and it'd be great if psych could be installed without requiring this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I'm not sure why this was converted to a discussion. It's a bug report. |
Beta Was this translation helpful? Give feedback.
-
@stevecheckoway I pushed Can you try with |
Beta Was this translation helpful? Give feedback.
@stevecheckoway I pushed
psych-5.0.2.pre1
with #616.Can you try with
gem i psych --pre -- --with-libyaml-source-dir=...
?