Centosインストールscrapyのピット


Error1:
Could not find a version that satisfies the requirement Twisted>=13.1.0

wgetでインストール:
wget https://pypi.python.org/packages/source/T/Twisted/Twisted-15.2.1.tar.bz2
tar -xjvf Twisted-15.2.1.tar.bz2
cd Twisted-15.2.1
python setup.py install

Error2:
tar: bzip2:   exec:          

bzip 2パッケージが見つかりません
yum install -y bzip2