ubuntu 環境下安裝 scrapy

2021-07-06 10:11:46 字數 939 閱讀 1706

本人使用的是

linux *** 3.19.0-31-generic #36~14.04.1-ubuntu smp thu oct 8 10:21:08 utc 2015 x86_64 x86_64 x86_64 gnu/linux

由於 ubuntu 已經安裝了兩個版本的 python,並且 pip 工具也安裝了。

scrapy 當前支援的 python2.7,  通過補全 pip指令, 發現了pip2.

>> pip2 -v

可以版本是 1.5.2,我們進行更新版本

# 安裝必須的軟體。 (即使不更新 pip 也必須的,不然 安裝 scrapy 時可能出現 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 之類的錯誤。)

sudo apt-get install  python-dev build-essential

#然後更新

sudo pip2 install --upgrade pip

更新後,出現乙個 pip2.7, 版本為1.7.2

安裝 scrapy

sudo apt-get install ibxml2-dev libxslt-dev -y

sudo pip2.7 install scrapy

沒有報錯,即安裝成功

附:由於 pip 預設使用的源是 網路狀況不佳,

網上搜尋國內的pypi源有

豆瓣

華中理工大學

山東理工大學

中國科學技術大學

配置預設源。

vim ~/.pip/pip.conf

[global]

index-url=******

使用方法

pip2.7 install package-name  --trusted-host pypi.douban.com

ubuntu環境下安裝erlang OTP開發環境

2.去 檢視安裝指導 3.執行下列命令 sudo apt get install build essential sudo apt get install libncurses5 dev sudo apt get install libssl dev sudo apt get install m4 ...

ubuntu下安裝boost環境

這裡有兩種安裝方法 第一種 也是最簡單的 進入linux系統後,輸入 apt cache search boost 1.5 你將看到很多檔案資訊,你會看到其中乙個檔案叫 libboost dev,直接安裝此檔案即可 apt get install libboost 1.5 dev 這樣就安裝成功了。...

ubuntu下安裝boost環境

boost版本為 boost 1 52 0 ubuntu版本為 ubuntu 12.04.1 desktop i386 這裡有兩種安裝方法 第一種 也是最簡單的 進入linux系統後,輸入 apt cache search boost 你將看到很多檔案資訊,你會看到其中乙個檔案叫 libboost ...