zoukankan      html  css  js  c++  java
  • windows下 安装python_ldap MySQL-python

    ////////////////////////////////////////////////////

    失败
      ----------------------------------------
      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



  • 相关阅读:
    hdoj1587
    欧拉定理及其应用
    hdoj1571
    hdoj1050
    POJ推荐50题
    poj2593
    hdoj1286
    hdoj1215七夕节
    我的Linux软件
    ACM题目推荐--《算法艺术与信息学竞赛》(转)
  • 原文地址:https://www.cnblogs.com/Amos-Turing/p/8941671.html
Copyright © 2011-2022 走看看