pip_install_cn.html 15.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
11
  <title>使用pip安装 &mdash; PaddlePaddle  文档</title>
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  

  
  

  

  
  
    

  

  
  
27
    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
28 29 30
  

  
31

32 33
  
        <link rel="index" title="索引"
34 35 36
              href="../genindex.html"/>
        <link rel="search" title="搜索" href="../search.html"/>
    <link rel="top" title="PaddlePaddle  文档" href="../index.html"/>
37
        <link rel="up" title="安装与编译" href="index_cn.html"/>
38
        <link rel="next" title="使用Docker安装运行" href="docker_install_cn.html"/>
39 40 41
        <link rel="prev" title="安装与编译" href="index_cn.html"/> 

  
42
  <script src="../_static/js/modernizr.min.js"></script>
43 44 45 46 47

</head>

<body class="wy-body-for-nav" role="document">

48 49 50 51 52 53 54 55 56 57 58 59 60
  <div class="wy-grid-for-nav">

    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">
          

          
            <a href="../index_cn.html" class="icon icon-home"> PaddlePaddle
          

          
61 62
          </a>

63 64 65 66 67 68
          
            
            
          

          
69
<div role="search">
70
  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
71 72 73 74
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
75
</div>
76 77

          
78 79 80 81 82 83 84 85
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
                <ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../getstarted/index_cn.html">新手入门</a></li>
86
<li class="toctree-l1 current"><a class="reference internal" href="index_cn.html">安装与编译</a><ul class="current">
87 88 89 90 91
<li class="toctree-l2 current"><a class="reference internal" href="index_cn.html#id2">专注深度学习模型开发</a><ul class="current">
<li class="toctree-l3 current"><a class="current reference internal" href="#">使用pip安装</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#pip-install">使用pip安装</a></li>
<li class="toctree-l4"><a class="reference internal" href="#pip-dependency">运行环境依赖</a></li>
<li class="toctree-l4"><a class="reference internal" href="#pip-faq">安装常见问题和解决方法</a></li>
92 93
</ul>
</li>
94 95
</ul>
</li>
96 97
<li class="toctree-l2"><a class="reference internal" href="index_cn.html#id3">关注底层框架</a></li>
<li class="toctree-l2"><a class="reference internal" href="index_cn.html#id4">常见问题汇总</a></li>
98 99
</ul>
</li>
100 101 102
<li class="toctree-l1"><a class="reference internal" href="../howto/index_cn.html">进阶使用</a></li>
<li class="toctree-l1"><a class="reference internal" href="../dev/index_cn.html">开发标准</a></li>
<li class="toctree-l1"><a class="reference internal" href="../faq/index_cn.html">FAQ</a></li>
103 104
</ul>

105 106 107 108
            
          
        </div>
      </div>
109 110
    </nav>

111
    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
112

113 114 115 116 117
      
      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
        <a href="../index_cn.html">PaddlePaddle</a>
      </nav>
118 119


120 121 122 123
      
      <div class="wy-nav-content">
        <div class="rst-content">
          
124

125
 
126 127 128 129 130



<div role="navigation" aria-label="breadcrumbs navigation">
  <ul class="wy-breadcrumbs">
131
    <li><a href="../index_cn.html">Docs</a> &raquo;</li>
132
      
133
          <li><a href="index_cn.html">安装与编译</a> &raquo;</li>
134
      
135
    <li>使用pip安装</li>
136 137 138 139 140 141 142
      <li class="wy-breadcrumbs-aside">
        
          
            <a href="../_sources/build_and_install/pip_install_cn.rst.txt" rel="nofollow"> View page source</a>
          
        
      </li>
143
  </ul>
144
  <hr/>
145 146 147 148
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
149 150
  <div class="section" id="pip">
<h1>使用pip安装<a class="headerlink" href="#pip" title="永久链接至标题"></a></h1>
151 152 153 154
<p>PaddlePaddle可以使用常用的Python包管理工具
<a class="reference external" href="https://pip.pypa.io/en/stable/installing/">pip</a>
完成安装,并可以在大多数主流的Linux操作系统以及MacOS上执行。</p>
<div class="section" id="pip-install">
155
<span id="id2"></span><h2>使用pip安装<a class="headerlink" href="#pip-install" title="永久链接至标题"></a></h2>
156
<p>执行下面的命令即可在当前机器上安装PaddlePaddle的运行时环境,并自动下载安装依赖软件,版本为cpu_avx_openblas。</p>
157 158 159 160 161
<blockquote>
<div><div class="highlight-bash"><div class="highlight"><pre><span></span>pip install paddlepaddle
</pre></div>
</div>
</div></blockquote>
162
<p>如果需要安装支持GPU的版本(cuda7.5_cudnn5_avx_openblas),需要执行:</p>
163 164 165 166 167 168 169 170
<blockquote>
<div><div class="highlight-bash"><div class="highlight"><pre><span></span>pip install paddlepaddle-gpu
</pre></div>
</div>
</div></blockquote>
<p>如果需要获取并安装最新的(开发分支)PaddlePaddle,可以从我们的CI系统中下载最新的whl安装包和c-api开发包并安装,
您可以从下面的表格中找到需要的版本:</p>
<p>如果在点击下面链接时出现如下登陆界面,点击“Log in as guest”即可开始下载:</p>
171
<a class="reference internal image-reference" href="../_images/paddleci.png"><img alt="../_images/paddleci.png" class="align-center" src="../_images/paddleci.png" style="width: 398.0px; height: 224.5px;" /></a>
172 173
<table border="1" class="colwidths-given docutils" id="id17">
<caption><span class="caption-text">各个版本最新的whl包</span><a class="headerlink" href="#id17" title="永久链接至表格"></a></caption>
174 175 176 177 178 179 180 181 182
<colgroup>
<col width="10%" />
<col width="30%" />
<col width="30%" />
<col width="30%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">版本说明</th>
<th class="head">cp27-cp27mu</th>
183
<th class="head">cp27-cp27m</th>
184 185 186 187 188
<th class="head">C-API</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>cpu_avx_mkl</td>
189 190 191
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuAvxCp27cp27mu/.lastSuccessful/paddlepaddle-0.11.0-cp27-cp27mu-linux_x86_64.whl">paddlepaddle-0.11.0-cp27-cp27mu-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuAvxCp27cp27mu/.lastSuccessful/paddlepaddle-0.11.0-cp27-cp27m-linux_x86_64.whl">paddlepaddle-0.11.0-cp27-cp27m-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuAvxCp27cp27mu/.lastSuccessful/paddle.tgz">paddle.tgz</a></td>
192 193
</tr>
<tr class="row-odd"><td>cpu_avx_openblas</td>
194 195
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuAvxOpenblas/.lastSuccessful/paddlepaddle-0.11.0-cp27-cp27mu-linux_x86_64.whl">paddlepaddle-0.11.0-cp27-cp27mu-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuAvxOpenblas/.lastSuccessful/paddlepaddle-0.11.0-cp27-cp27m-linux_x86_64.whl">paddlepaddle-0.11.0-cp27-cp27m-linux_x86_64.whl</a></td>
196 197
<td>暂无</td>
</tr>
198 199 200 201 202 203
<tr class="row-even"><td>cpu_noavx_openblas</td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuNoavxOpenblas/.lastSuccessful/paddlepaddle-0.11.0-cp27-cp27mu-linux_x86_64.whl">paddlepaddle-0.11.0-cp27-cp27mu-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_CpuNoavxOpenblas/.lastSuccessful/paddlepaddle-0.11.0-cp27-cp27m-linux_x86_64.whl">paddlepaddle-0.11.0-cp27-cp27m-linux_x86_64.whl</a></td>
<td>暂无</td>
</tr>
<tr class="row-odd"><td>cuda7.5_cudnn5_avx_mkl</td>
204 205 206
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda75cudnn5cp27cp27mu/.lastSuccessful/paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl">paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda75cudnn5cp27cp27mu/.lastSuccessful/paddlepaddle_gpu-0.11.0-cp27-cp27m-linux_x86_64.whl">paddlepaddle_gpu-0.11.0-cp27-cp27m-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda75cudnn5cp27cp27mu/.lastSuccessful/paddle.tgz">paddle.tgz</a></td>
207
</tr>
208
<tr class="row-even"><td>cuda8.0_cudnn5_avx_mkl</td>
209 210 211
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda80cudnn5cp27cp27mu/.lastSuccessful/paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl">paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda80cudnn5cp27cp27mu/.lastSuccessful/paddlepaddle_gpu-0.11.0-cp27-cp27m-linux_x86_64.whl">paddlepaddle_gpu-0.11.0-cp27-cp27m-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda80cudnn5cp27cp27mu/.lastSuccessful/paddle.tgz">paddle.tgz</a></td>
212
</tr>
213
<tr class="row-odd"><td>cuda8.0_cudnn7_avx_mkl</td>
214 215 216
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda8cudnn7cp27cp27mu/.lastSuccessful/paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl">paddlepaddle_gpu-0.11.0-cp27-cp27mu-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda8cudnn7cp27cp27mu/.lastSuccessful/paddlepaddle_gpu-0.11.0-cp27-cp27m-linux_x86_64.whl">paddlepaddle_gpu-0.11.0-cp27-cp27m-linux_x86_64.whl</a></td>
<td><a class="reference external" href="https://guest:&#64;paddleci.ngrok.io/repository/download/Manylinux1_Cuda8cudnn7cp27cp27mu/.lastSuccessful/paddle.tgz">paddle.tgz</a></td>
217 218 219 220 221
</tr>
</tbody>
</table>
</div>
<div class="section" id="pip-dependency">
222
<span id="id14"></span><h2>运行环境依赖<a class="headerlink" href="#pip-dependency" title="永久链接至标题"></a></h2>
223 224
<p>PaddlePaddle安装包由于不仅仅包含.py程序,而且包含了C++编写的部分,所以我们确保发布的二进制包可以支持主流的Linux操作系统,比如CentOS 6以上,Ubuntu 14.04以上,MacOS 10.12以上。</p>
<p>PaddlePaddle发布的安装包会尽量对齐 <a class="reference external" href="https://www.python.org/dev/peps/pep-0513/#the-manylinux1-policy">manylinux1</a> 标准,通常使用CentOS 5作为编译环境。但由于CUDA库通常需要CentOS 6以上,而且CentOS 5即将停止维护,所以我们默认使用CentOS 6作为标准编译环境。</p>
225 226
<table border="1" class="colwidths-given docutils" id="id18">
<caption><span class="caption-text">PaddlePaddle环境依赖</span><a class="headerlink" href="#id18" title="永久链接至表格"></a></caption>
227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
<colgroup>
<col width="18%" />
<col width="27%" />
<col width="55%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">依赖</th>
<th class="head">版本</th>
<th class="head">说明</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>操作系统</td>
<td>Linux, MacOS</td>
<td>CentOS 6以上,Ubuntu 14.04以上,MacOS 10.12以上</td>
</tr>
<tr class="row-odd"><td>Python</td>
<td>2.7.x</td>
<td>暂时不支持Python3</td>
</tr>
<tr class="row-even"><td>libc.so</td>
<td>GLIBC_2.7</td>
<td>glibc至少包含GLIBC_2.7以上的符号</td>
</tr>
<tr class="row-odd"><td>libstdc++.so</td>
<td>GLIBCXX_3.4.11, CXXABI_1.3.3</td>
<td>至少包含GLIBCXX_3.4.11, CXXABI_1.3.3以上的符号</td>
</tr>
<tr class="row-even"><td>libgcc_s.so</td>
<td>GCC_3.3</td>
<td>至少包含GCC_3.3以上的符号</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="pip-faq">
263
<span id="id15"></span><h2>安装常见问题和解决方法<a class="headerlink" href="#pip-faq" title="永久链接至标题"></a></h2>
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
<ul>
<li><p class="first">paddlepaddle*.whl is not a supported wheel on this platform.</p>
<p>出现这个问题的主要原因是,没有找到和当前系统匹配的paddlepaddle安装包。请检查Python版本是否为2.7系列。另外最新的pip官方源中的安装包默认是manylinux1标准,需要使用最新的pip (&gt;9.0.0) 才可以安装。可以使用下面的命令更新您的pip:</p>
<blockquote>
<div><div class="highlight-bash"><div class="highlight"><pre><span></span>pip install --upgrade pip
</pre></div>
</div>
</div></blockquote>
<p>如果仍然存在问题,可以执行:</p>
<blockquote>
<div><div class="highlight-bash"><div class="highlight"><pre><span></span>python -c <span class="s2">&quot;import pip; print(pip.pep425tags.get_supported())&quot;</span>
</pre></div>
</div>
</div></blockquote>
<p>获取当前系统支持的安装包格式,并检查和需安装的包是否匹配。pypi安装包可以在 <a class="reference external" href="https://pypi.python.org/pypi/paddlepaddle/0.10.5">这个</a> 链接中找到。</p>
<p>如果系统支持的是 linux_x86_64 而安装包是 manylinux1_x86_64 ,需要升级pip版本到最新; 如果系统支持 manylinux1_x86_64 而安装包(本地)是 linux_x86_64 ,可以重命名这个whl包为 manylinux1_x86_64 再安装。</p>
</li>
</ul>
</div>
</div>


           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
292
        <a href="docker_install_cn.html" class="btn btn-neutral float-right" title="使用Docker安装运行" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
      
      
        <a href="index_cn.html" class="btn btn-neutral" title="安装与编译" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2016, PaddlePaddle developers.

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
325
            URL_ROOT:'../',
326 327 328
            VERSION:'',
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
329
            HAS_SOURCE:  true
330 331
        };
    </script>
332 333 334 335
      <script type="text/javascript" src="../_static/jquery.js"></script>
      <script type="text/javascript" src="../_static/underscore.js"></script>
      <script type="text/javascript" src="../_static/doctools.js"></script>
      <script type="text/javascript" src="../_static/translations.js"></script>
336
      <script type="text/javascript" src="https://cdn.bootcss.com/mathjax/2.7.0/MathJax.js"></script>
337

338 339 340 341
  

  
  
342
    <script type="text/javascript" src="../_static/js/theme.js"></script>
343
  
344

345
  
346 347 348 349 350 351 352
  
  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable();
      });
  </script>
   
353 354 355

</body>
</html>