安裝scrapy提示
Couldnotfind a version that satisfies the requirement twisted(fromversions:)Nomatching distribution foundfortwisted
各種折騰....
最后發(fā)現(xiàn)是因為系統(tǒng)centos,當(dāng)時將自帶的python2.6 升級到2.7引起的問題,升級之后一切都好,pip安裝其他包都沒毛病,就是安裝twisted有問題
解決辦法:
sudo yum install bzip2-devel,
然后在python源碼目錄重新configure ? ?make ??make install
ubuntu的朋友sudo apt-get install libbz2-dev