virtualenv easy_install gcc错误

发布于 2024-10-07 18:28:40 字数 265 浏览 2 评论 0原文

我们刚刚获得了一台新服务器,但我没有 root 访问权限。 我正在运行 virtualenv 并尝试安装 MySQL-python 和 python-ldap 但不断收到 gcc 错误。

我尝试使用 pip 得到相同的结果。

这是我尝试安装时来自终端的转储:

http://pastebin.com/vJY6yeaZ

任何方向太棒了!

We just got a new server at work, of which I do not have root access to.
I'm running virtualenv and trying to install MySQL-python and python-ldap but keep getting a gcc error.

I've tried using pip with the same results.

Here's a dump from the terminal as I'm trying to install:

http://pastebin.com/vJY6yeaZ

Any direction would be awesome!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少女净妖师 2024-10-14 18:28:40

我想通了。看来 MySQL-python 已经安装了。

python-ldap 要求首先安装 OpenLDAP 库,安装后它就可以正常工作。

谢谢,
杰里米

I figured it out. It seems that MySQL-python is already install.

python-ldap requires the OpenLDAP libraries to be installed first, once I install them it works fine.

Thanks,
Jeremy

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文