centos 6.5 python 2.7.8 scrapy 를 설치 하 는 데 항상 오류 가 발생 합 니 다 [해결]

639 단어 python2.7
pip install Scrapy 오류:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb4 in position


 python setup. py install 오류:
distutils.errors.DistutilsError: Setup script exited with error: command 'gcc' failed with exit status 1


 몇 개의 가방 을 설치 한 후에 마침내 해결 되 었 습 니 다.
1. yum install libxslt-devel
2. yum install python-devel
3. yum install libffi-devel
 
$ python

>>> import scrapy

>>>
>>> #

 ps: 설 치 된 가방 을 빠 뜨 렸 는 지 모 르 겠 어 요. 이리 저리 구 하 는 느낌 이 들 어서 이상 하 게 됐 으 면 좋 겠 어 요.

좋은 웹페이지 즐겨찾기