Created
January 16, 2017 14:01
-
-
Save ijin/1333afd1249f18bb3d80c3c9120fb3ff to your computer and use it in GitHub Desktop.
lamvery install problem2
This file contains hidden or 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
Running setup.py install for PyYAML | |
checking if libyaml is compilable | |
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o | |
build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory | |
#include <yaml.h> | |
^ | |
compilation terminated. | |
libyaml is not found or a compiler error: forcing --without-libyaml | |
(if libyaml is installed correctly, you may need to | |
specify the option --include-dirs or uncomment and | |
modify the parameter include_dirs in setup.cfg) | |
Compiling /tmp/pip-build-ypFNbw/Jinja2/jinja2/asyncfilters.py | |
Compiling /tmp/pip-build-ypFNbw/Jinja2/jinja2/asyncsupport.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment