在 windows cmd 中安装 scrapinghub splash
Installing scrapinghub splash in windows cmd
我刚开始使用 scrapy / splash。根据说明,here I have successfully installed scrapy-splash. The second requirement is splash itself. I do not have docker and splash documentation 没有关于如何在没有 docker 的情况下为 windows 安装 splash 的说明。有人可以帮忙吗?
这是我收到的错误消息
C:\splash>C:\Python27\Python.exe setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
提前致谢!
在这里找到我的答案:
C:\Python27\Python.exe setup.py install
scrapy-splash 需要一个 docker 作为它的虚拟环境。
因此在没有 docker.
的情况下很难部署 splash
我刚开始使用 scrapy / splash。根据说明,here I have successfully installed scrapy-splash. The second requirement is splash itself. I do not have docker and splash documentation 没有关于如何在没有 docker 的情况下为 windows 安装 splash 的说明。有人可以帮忙吗?
这是我收到的错误消息
C:\splash>C:\Python27\Python.exe setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
提前致谢!
在这里找到我的答案:
C:\Python27\Python.exe setup.py install
scrapy-splash 需要一个 docker 作为它的虚拟环境。 因此在没有 docker.
的情况下很难部署 splash