Last active
January 23, 2018 09:59
-
-
Save vikalpj/fff278d1270fac86699d4e7922d4d125 to your computer and use it in GitHub Desktop.
Installing PyYAML - error ld: library not found for -lyaml PyAML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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