Skip to content

Instantly share code, notes, and snippets.

@ijin
Created January 16, 2017 14:01
Show Gist options
  • Save ijin/1333afd1249f18bb3d80c3c9120fb3ff to your computer and use it in GitHub Desktop.
Save ijin/1333afd1249f18bb3d80c3c9120fb3ff to your computer and use it in GitHub Desktop.
lamvery install problem2
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