2017-06-01 135 views
0

我可以安裝其他軟件包,但無法安裝Scrapy。我收到以下錯誤:在PyCharm中安裝Scrapy庫時出錯

warning: build_py: byte-compiling is disabled, skipping. 

running build_ext 
building 'lxml.etree' extension 
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). 

但是,安裝了C++,我安裝了很多次。我有x86和64位安裝(不知道它是否爲10.0),但我已安裝2013-2017版本。 enter image description here

回答

0

請通過以下命令升級您的點子。

蟒-m PIP安裝--upgrade點子

然後,通過以下命令安裝Scrapy。

pip install Scrapy