superset ubuntu16.04 python3 安装

cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from sasl/saslwrapper.cpp:254:0:
sasl/saslwrapper.h:22:23: fatal error: sasl/sasl.h: No such file or directory
#include <sasl/sasl.h>
                     ^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Command "/root/env/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-
yqmWQe/sasl/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', 
'\n'), __file__, 'exec'))" install --record /tmp/pip-xnl5tR-record/install-record.txt --single-version-
externally-managed --compile --install-headers /root/env/include/site/python2.7/sasl" failed with 
error code 1 in /tmp/pip-build-yqmWQe/sasl/

解决方式:

sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

猜你喜欢

转载自my.oschina.net/u/2272631/blog/1814194