刮擦装置

2024-09-30 19:24:45 发布

您现在位置:Python中文网/ 问答频道 /正文

在windows10中通过命令提示符安装Scrapy时,我在最后收到了这个消息。请告诉我可能出了什么问题,或者我该如何克服它

[WinError 2] The system cannot find the file specified

    ----------------------------------------
Command "c:\users\sarwar\appdata\local\programs\python\python35\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Sarwar\\AppData\\Local\\Temp\\pip-build-gigbscvh\\Twisted\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Sarwar\AppData\Local\Temp\pip-xo9y3e03-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Sarwar\AppData\Local\Temp\pip-build-gigbscvh\Twisted\

Tags: pipbuildlocaltwistedcodeopenrecordusers
1条回答
网友
1楼 · 发布于 2024-09-30 19:24:45

在windows平台下,scrapy的pip安装存在一些问题。我建议你用Python来安装和使用它。Anaconda附带了许多其他软件包所需的预定义软件包。在研究Python的时候,水蟒对我来说总是很有魅力

相关问题 更多 >