virtualenv easy_install gcc错误
我们刚刚获得了一台新服务器,但我没有 root 访问权限。 我正在运行 virtualenv 并尝试安装 MySQL-python 和 python-ldap 但不断收到 gcc 错误。
我尝试使用 pip 得到相同的结果。
这是我尝试安装时来自终端的转储:
任何方向太棒了!
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:
Any direction would be awesome!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。看来 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