python2.7无法安装python-ldap、django-auth-ldap

1.安装报错信息:

error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpyt
hon27

或者fatal error C1083: Cannot open include file: 'config-win.h':
No such file or directory
error: command 'C:\\Users\\cao.wenhao\\AppData\\Local\\Programs\\Common\\Mic
rosoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2

2.不要直接使用pip install python-ldap django-auth-ldap,pip install会安装最新版本

3.到官网寻找低版本下载:https://pypi.python.org/pypi/django-auth-ldap/1.1.4

            https://pypi.python.org/pypi/python-ldap/2.4.13

4.下载完成安装即可

posted @ 2017-11-09 09:36  郝文  阅读(5612)  评论(0编辑  收藏  举报