1. 程式人生 > >python2.7無法安裝python-ldap、django-auth-ldap

python2.7無法安裝python-ldap、django-auth-ldap

all get org python2 django 無法安裝 低版本 http python2.7

1.安裝報錯信息:

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

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.下載完成安裝即可

python2.7無法安裝python-ldap、django-auth-ldap