Skip to content

Instantly share code, notes, and snippets.

@vikalpj
Last active January 23, 2018 09:59
Show Gist options
  • Save vikalpj/fff278d1270fac86699d4e7922d4d125 to your computer and use it in GitHub Desktop.
Save vikalpj/fff278d1270fac86699d4e7922d4d125 to your computer and use it in GitHub Desktop.
Installing PyYAML - error ld: library not found for -lyaml PyAML
# installing yaml
# when error ld: library not found for -lyaml PyAML
brew install libyaml
LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/libyaml/lib/ pip install PyYAML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment