【发布时间】:2019-07-27 09:45:09
【问题描述】:
我正在尝试在 Anaconda(Windows 10)上运行 scrapy。 我已经使用文档中描述的 conda 命令安装了它。 但它不起作用。
在 anaconda powershell 虚拟环境中。我安装了这个:
conda install -c conda-forge scrapy
它给出以下输出:
Fatal error in launcher: Unable to create process using '"c:\bld\scrapy_1564100571450\_h_env\python.exe" "C:\Users\omar\Anaconda3\envs\deneme\Scripts\scrapy.exe" '
好像安装看到python的路径错误,我该如何解决?
【问题讨论】:
标签: python-3.x installation scrapy anaconda