如何在 Ubuntu 的 virtualenv 中安装 python-ldap?

How do I install python-ldap in a virtualenv on Ubuntu?(如何在 Ubuntu 的 virtualenv 中安装 python-ldap?)
本文介绍了如何在 Ubuntu 的 virtualenv 中安装 python-ldap?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不断收到 GCC 编译错误:

I keep getting GCC compilation errors:

$ pip install python-ldap
...
compilation terminated.

error: command 'gcc' failed with exit status 1

推荐答案

我发现这篇博文有答案:

I found this blog post which has the answer:

http://blog.mattwoodward.com/2012/10/installing-python-ldap-in-virtualenv-on.html

基本上,您需要确保安装了必要的开发库:

Essentially, you need to ensure you have the necessary development libraries installed:

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

这篇关于如何在 Ubuntu 的 virtualenv 中安装 python-ldap?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Set up virtualenv with Paramiko SSH(使用Paramiko SSH设置Virtualenv)
GLib.Error: Required gtk+ version 3.20, current version is 3.18 (7)(GLib.Error:必需的GTK+版本3.20,当前版本为3.18(7))
What is the process quot;python3 unattended upgrade shutdownquot;?(Python3无人参与升级关闭的过程是什么?)
Weasyprint get undefined property at invoking write_pdf: quot;AttributeError: #39;PosixPath#39; object has no attribute #39;read_text#39;quot;(Weasyprint在调用WRITE_pdf:Quot;AttributeError:#39;PosiPath#39;对象没有属性#39;Read_Text#39;时获取未定义的属性) - IT屋-程序员软件开发技术分
Could not load dynamic library #39;libcupti.so.11.0#39;; dlerror: libcupti.so.11.0: cannot open shared object file(无法加载动态库#39;libcuti.so.11.0#39;;dlerror:libcuti.so.11.0:无法打开共享对象文件)
Could not build wheels since package wheel is not installed(由于未安装套装轮,因此无法生成控制盘)