////////////////////////////////////////////////////
失败
----------------------------------------
Failed building wheel for mysql-python
----------------------------------------
Failed building wheel for python-ldap
//////////////////解决
去下载,然后将python_ldap-2.5.2-cp27-cp27m-win_amd64.whl 放在Envs 的某个虚拟环境里
//https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-ldap
(openfalcon2.7) C:home>cd Envs
(openfalcon2.7) C:homeEnvs>cd openfalcon2.7
(openfalcon2.7) C:homeEnvsopenfalcon2.7>pip install python_ldap-2.5.2-cp27-cp
27m-win_amd64.whl
Processing c:homeenvsopenfalcon2.7python_ldap-2.5.2-cp27-cp27m-win_amd64.whl
Requirement already satisfied: setuptools in c:homeenvsopenfalcon2.7libsite
-packages (from python-ldap==2.5.2) (39.0.1)
Installing collected packages: python-ldap
Successfully installed python-ldap-2.5.2
(openfalcon2.7) C:homeEnvsopenfalcon2.7>pip install MySQL_python-1.2.5-cp27-n
one-win_amd64.whl
Processing c:homeenvsopenfalcon2.7mysql_python-1.2.5-cp27-none-win_amd64.whl
Installing collected packages: MySQL-python
Successfully installed MySQL-python-1.2.5