我正在尝试使用 Anaconda 安装 Scrapy
通过命令下载scrapy conda install -c conda-forge scrapy
,然后将Anaconda/Scripts的路径提供给环境变量后,出现以下错误:
C:\Users\Rodzice.Mateusz-PC>scrapy
Fatal error in launcher: Unable to create process using '"c:\bld\scrapy_1564674375870\_h_env\python.exe" "C:\Users\Rodzice.Mateusz-PC\Anaconda3\Scripts\scrapy.exe"
Run Code Online (Sandbox Code Playgroud)
我在 cmd 和 Anaconda 中都收到此错误
我正在尝试在 Windows 10 上安装scrapy,
按照以下教程:
https : //docs.scrapy.org/en/latest/intro/tutorial.html
https://www.accordbox.com/blog/scrapy-tutorial- 4-how-install-scrapy-windows/
使用 anaconda 安装后conda install -c conda-forge scrapy,我在 anaconda 提示符下写下“scrapy”并得到:
Fatal error in launcher: Unable to create process using '"c:\bld\scrapy_1564100571450\_h_env\python.exe" "C:\Users\Rodzice.Mateusz-PC\Anaconda3\Scripts\scrapy.exe" '
Run Code Online (Sandbox Code Playgroud)
也scrapy -h产生几乎相同的信息,最后是 -h
输入scrapy startproject xcmd 给出
'scrapy' is not recognized as an internal or external command,
operable program or batch file.
Run Code Online (Sandbox Code Playgroud)
我的环境变量没有任何空格。
我也尝试过创建 virtualenv 并在其中安装scrapy。我得到的错误
我有最新的 Microsoft Visual C++