Scrapy安装(续)及验证否安装成功
问题1:Consider using the --user option or check the permissions.
修改为:pip install --user scrapy

问题2: The script scrapy.exe is installed in ‘C:…\Roaming\Python\Python37\Scripts’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
方法:将“C:…\Roaming\Python\Python37\Scripts”添加到环境变量中;

问题3:验证Scrapy是否安装成功
工具:PowerCmd

本文介绍了Scrapy爬虫框架的安装步骤及常见问题解决方法。包括使用--user选项安装Scrapy,将Scrapy安装路径添加到环境变量中,以及如何验证Scrapy是否安装成功。
2934

被折叠的 条评论
为什么被折叠?



