安装scrapy时如何修复“退出状态2失败”?

时间:2019-07-28 14:49:17

标签: python scrapy

我是python的新手。我要安装scrapy,因为我正在学习网络抓取。我尝试使用pip安装它。

我做了一些研究,发现了蟒蛇。我使用它安装了scrapy,但由于某些原因,程序无法正常工作。

c:\users\boi\appdata\local\programs\python\python37\include\pyconfig.h(203):
 fatal error C1083: Cannot open include file: 'basetsd.h': No such file or direc
tory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\B
IN\\x86_amd64\\cl.exe' failed with exit status 2
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\boi\appdata\local\progr
ams\python\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.arg
v[0] = '"'"'C:\\Users\\Boi\\AppData\\Local\\Temp\\pip-install-4p7adohd\\Twisted\
\setup.py'"'"'; __file__='"'"'C:\\Users\\Boi\\AppData\\Local\\Temp\\pip-install-
4p7adohd\\Twisted\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__fil
e__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(
code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Boi\AppData\Local\T
emp\pip-record-k9lky1yy\install-record.txt' --single-version-externally-managed
--compile Check the logs for full command output.

我真的很沮丧。我已经尝试了所有可以找到的解决方案,但无法安装。非常感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

默认情况下,Anaconda在C:/Users/Username/Anaconda2....中创建它的环境(可能会有所不同,具体取决于Anaconda和Windows的版本(在我的情况下为Win10和Anaconda2))。

ERROR: Command errored out with exit status 1: 'c:\users\boi\appdata\local\progr
ams\python\python37\python.exe' -u -c

此python.exe路径-直接表明
,您正尝试在使用pip安装的Scrapy(而不是anaconda安装的Scrapy)的环境中启动应用程序。