久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <i id='KbfnQ'><tr id='KbfnQ'><dt id='KbfnQ'><q id='KbfnQ'><span id='KbfnQ'><b id='KbfnQ'><form id='KbfnQ'><ins id='KbfnQ'></ins><ul id='KbfnQ'></ul><sub id='KbfnQ'></sub></form><legend id='KbfnQ'></legend><bdo id='KbfnQ'><pre id='KbfnQ'><center id='KbfnQ'></center></pre></bdo></b><th id='KbfnQ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='KbfnQ'><tfoot id='KbfnQ'></tfoot><dl id='KbfnQ'><fieldset id='KbfnQ'></fieldset></dl></div>

      <bdo id='KbfnQ'></bdo><ul id='KbfnQ'></ul>

    <legend id='KbfnQ'><style id='KbfnQ'><dir id='KbfnQ'><q id='KbfnQ'></q></dir></style></legend>

    <small id='KbfnQ'></small><noframes id='KbfnQ'>

        <tfoot id='KbfnQ'></tfoot>

      1. 修復“警告:未找到 GMP 或 MPIR 庫;不構建 Crypto

        Fixing quot;warning: GMP or MPIR library not found; Not building Crypto.PublickKey._fastmathquot; error on Python 2.7 with CentOS 6.4(修復“警告:未找到 GMP 或 MPIR 庫;不構建 Crypto.PublickKey._fastmathCentOS 6.4 上的 Python
          • <small id='ZPiEf'></small><noframes id='ZPiEf'>

              <bdo id='ZPiEf'></bdo><ul id='ZPiEf'></ul>
              • <legend id='ZPiEf'><style id='ZPiEf'><dir id='ZPiEf'><q id='ZPiEf'></q></dir></style></legend>
                  <tbody id='ZPiEf'></tbody>

                <i id='ZPiEf'><tr id='ZPiEf'><dt id='ZPiEf'><q id='ZPiEf'><span id='ZPiEf'><b id='ZPiEf'><form id='ZPiEf'><ins id='ZPiEf'></ins><ul id='ZPiEf'></ul><sub id='ZPiEf'></sub></form><legend id='ZPiEf'></legend><bdo id='ZPiEf'><pre id='ZPiEf'><center id='ZPiEf'></center></pre></bdo></b><th id='ZPiEf'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ZPiEf'><tfoot id='ZPiEf'></tfoot><dl id='ZPiEf'><fieldset id='ZPiEf'></fieldset></dl></div>
                <tfoot id='ZPiEf'></tfoot>
                  本文介紹了修復“警告:未找到 GMP 或 MPIR 庫;不構建 Crypto.PublickKey._fastmath"CentOS 6.4 上的 Python 2.7 錯誤的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在使用 Python 2.7(通過 PythonBrew 腳本安裝)運行 CentOS 6.4 服務器

                  I'm running a CentOS 6.4 server with Python 2.7 (installed via PythonBrew script)

                  我通過 'yum install gmp' 安裝了 gmp和通過'yum install python-devel'安裝的python-devel(但它適用于python 2.6系列)

                  I have gmp installed via 'yum install gmp' and python-devel installed via 'yum install python-devel' (but it's for python 2.6 series)

                  我正在嘗試在我的服務器上安裝 pycrypto,但它給了我

                  I'm trying to install pycrypto on my server, but it's giving me

                  warning: GMP or MPIR library not found; Not building Crypto.PublickKey._fastmath
                  

                  有什么方法可以讓 pip '識別'我的 gmp 安裝?

                  Is there any way to make pip 'recognize' my gmp installation?

                  謝謝:D

                  推薦答案

                  我在 Centos 6.4 上嘗試使用 pip 在系統級別安裝 Fabric 時遇到上述錯誤.(Fabric 使用 pycrypto).

                  I got the above error when trying to install Fabric at the system level on Centos 6.4 using pip. (Fabric uses pycrypto).

                  warning: GMP or MPIR library not found; Not building Crypto.PublickKey._fastmath
                  

                  這就是我的工作方式:

                  yum install gmp-devel
                  sudo pip uninstall ecdsa pycrypto paramiko fabric 
                  # clear out the pip build dirs
                  rm -rf /tmp/pip-*
                  # make sure the directory containing libgmp.so.3 is on the python path
                  export LD_LIBRARY_PATH="/usr/lib64:$LD_LIBRARY_PATH"  
                  pip install fabric 
                  

                  這篇關于修復“警告:未找到 GMP 或 MPIR 庫;不構建 Crypto.PublickKey._fastmath"CentOS 6.4 上的 Python 2.7 錯誤的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  python: Two modules and classes with the same name under different packages(python:不同包下同名的兩個模塊和類)
                  Configuring Python to use additional locations for site-packages(配置 Python 以使用站點包的其他位置)
                  How to structure python packages without repeating top level name for import(如何在不重復導入頂級名稱的情況下構造python包)
                  Install python packages on OpenShift(在 OpenShift 上安裝 python 包)
                  How to refresh sys.path?(如何刷新 sys.path?)
                  Distribute a Python package with a compiled dynamic shared library(分發帶有已編譯動態共享庫的 Python 包)

                  <tfoot id='ShQ1U'></tfoot>

                    <small id='ShQ1U'></small><noframes id='ShQ1U'>

                    • <i id='ShQ1U'><tr id='ShQ1U'><dt id='ShQ1U'><q id='ShQ1U'><span id='ShQ1U'><b id='ShQ1U'><form id='ShQ1U'><ins id='ShQ1U'></ins><ul id='ShQ1U'></ul><sub id='ShQ1U'></sub></form><legend id='ShQ1U'></legend><bdo id='ShQ1U'><pre id='ShQ1U'><center id='ShQ1U'></center></pre></bdo></b><th id='ShQ1U'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ShQ1U'><tfoot id='ShQ1U'></tfoot><dl id='ShQ1U'><fieldset id='ShQ1U'></fieldset></dl></div>

                        <legend id='ShQ1U'><style id='ShQ1U'><dir id='ShQ1U'><q id='ShQ1U'></q></dir></style></legend>
                          <tbody id='ShQ1U'></tbody>

                          <bdo id='ShQ1U'></bdo><ul id='ShQ1U'></ul>
                          1. 主站蜘蛛池模板: 拍真实国产伦偷精品 | 久久aⅴ乱码一区二区三区 91综合网 | 欧美不卡一区二区三区 | 国产大学生情侣呻吟视频 | 欧美一级片在线播放 | 色婷婷综合网 | 伊人色综合久久天天五月婷 | 国产福利在线 | 久草资源在线视频 | 欧美综合视频在线 | 国产成人精品a视频 | 免费 视频 1级| 欧美成人精品一区二区男人看 | 国产日韩一区二区三免费 | 国产清纯白嫩初高生在线播放视频 | 成人在线免费看 | 日韩免费一区 | 国产探花在线精品一区二区 | 91麻豆精品国产91久久久久久 | 精品视频一区在线 | 国产一区二区小视频 | 国产资源一区二区三区 | 久久国产精品一区二区三区 | 国产亚洲精品精品国产亚洲综合 | 91国产精品在线 | 欧洲高清转码区一二区 | 小川阿佐美pgd-606在线 | 精品国产乱码久久久久久丨区2区 | 久久久久久久久久久久久久国产 | 欧美日高清视频 | 久久久久国产精品午夜一区 | 91影库| 中文字幕日韩一区 | 亚洲精品福利在线 | 精品乱码一区二区三四区 | 国产9999精品 | 欧美激情一区二区 | 日韩精品在线一区 | 国产一区二区小视频 | www.788.com色淫免费 | 91影院|