前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >mac安装python-ldap

mac安装python-ldap

作者头像
py3study
发布2020-01-06 15:33:06
1.3K0
发布2020-01-06 15:33:06
举报
文章被收录于专栏:python3python3

升级了mac操作系统,安装python的python-ldap,报错

Modules/LDAPObject.c:18:10: fatal error: 'sasl.h' file not found

#include <sasl.h>

         ^

1 error generated.

error: command 'cc' failed with exit status 1

----------------------------------------

Cleaning up...

Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/tmp/pip_build_root/python-ldap/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-kTOYeX-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/tmp/pip_build_root/python-ldap

Storing debug log for failure in /Users/River/Library/Logs/pip.log

找了下,原来/usr/include消失了

ll /usr/include

ls: /usr/include: No such file or directory

那么按照以下两个步骤试试

xcrun --show-sdk-path#查看sdk的路径

sudo ln -s <the_path_from_above_command>/usr/include /usr/include #建立链接

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019-09-16 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档