Windows 10にコマンドプロンプトでScrapyをインストールするときに、このメッセージが最後に表示されます。間違っていた可能性があるものや克服する方法を教えてください。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\
インストールのために実行したコマンドは何ですか? –
コマンドが--- pip install scrapy – Shad
'easy_install scrapy'を試しましたか? –