安装scrapy可参考learner_and_thinke的博客:https://blog.csdn.net/learner_and_thinker/article/details/78953051
这里遇到的坑有:
输入命令:conda install scrapy后报错:EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
总结:用户没有写入权限,以管理员身份启动prompt即可(最好在通过prompt打开的窗口中进行安装操作).