scraping-etsy icon indicating copy to clipboard operation
scraping-etsy copied to clipboard

Error when running example

Open larry77 opened this issue 3 years ago • 0 comments

Hello,

This is the issue I have on my platform (Debian 11).

$ scrapy crawl search_products -a search='3d printed' -a count_max=10 -o products.csv Scrapy 2.2.0 - no active project

Unknown command: crawl

These are the available commands on my box

$ scrapy Scrapy 2.2.0 - no active project

Usage: scrapy [options] [args]

Available commands: bench Run quick benchmark test commands
fetch Fetch a URL using the Scrapy downloader genspider Generate new spider using pre-defined templates runspider Run a self-contained spider (without creating a project) settings Get settings values shell Interactive scraping console startproject Create new project version Print Scrapy version view Open URL in browser, as seen by Scrapy

[ more ] More commands available when run from project directory

Use "scrapy -h" to see more info about a command lorenzo at upali in ~/temp $ scrapy crawl -h Scrapy 2.2.0 - no active project

Unknown command: crawl

Any idea of what the issue may be?

larry77 avatar Sep 29 '21 19:09 larry77