安裝protobuf Python支援

來源:互聯網
上載者:User

標籤:protobuf

先從https://github.com/google/protobuf/releases?after=v3.0.0-alpha-3 下載protobuf檔案。可以根據需要進行選擇性的下載。

下載完成後執行,解壓包
    tar -zxvf protobuf-2.6.1.tar.gz
解壓完成後, 進入到protobuf 檔案夾,進行配置,並且make.
    #cd protobuf-2.6.1    #./configure    #make    #make check
如果成功,可以看到下面的介面.如果都為Pass即可進行安裝。注,可能需要sudo許可權。

650) this.width=650;" src="http://upload-images.jianshu.io/upload_images/3899493-1b62d01c2a0ad532.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240" class="imagebubble-image" style="height:auto;vertical-align:middle;border:0px;" alt="1240" />

1.png

    #sudo make install
安裝完成後進入到python目錄,進行安裝。(如有安裝VirtualEnv,請注意切換到所需要的Python環境。)
     #cd python      #python setup.py build     #python setup.py install     #python setup.py test


安裝protobuf Python支援

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.