运行scrapy项目报错
程序员文章站
2022-05-10 15:02:02
...
问题:
我从git拉下来的scrapy项目运行scrapy crapy spidername报错。
Scrapy 2.4.1 - no active project
Unknown command: crawl
Use “scrapy” to see available commands
解决方案:
检查当前项目下是否有scrapy.cfg文件,如果没有则新建一个
内容为
# Automatically created by: scrapy startproject
#
# For more information about the [deploy] section see:
# https://scrapyd.readthedocs.io/en/latest/deploy.html
[settings]
default = 项目名称.settings
[deploy]
#url = http://localhost:6800/
project = 项目名称
最后成功运行
推荐阅读
-
IOS真机运行带有Notification Content target的时候证书报错This application or a bundle it contains has the same bun
-
关于Vue项目跨平台运行问题的解决方法
-
解决vue 项目引入字体图标报错、不显示等问题
-
Vue项目报错:Uncaught SyntaxError: Unexpected token <
-
appium运行各种坑爹报错问题及解决方法【推荐】
-
java在线运行工具(教你创建一个普通的 Java 项目)
-
Spring Boot 直接用jar运行项目的方法
-
eclipse启动项目的方式(eclipse运行main方法)
-
VS2015在升级到Update2之后运行Cordova项目异常的解决方案
-
idea导入java项目后如何配置并运行(java运行配置方法)