scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.92k stars 569 forks source link

Bad installation steps for "python setup.py install" #496

Closed HyperUpscale closed 11 months ago

HyperUpscale commented 11 months ago

It always installs the latest Twisted, and then the code checks and error: twisted 23.8.0 is installed but Twisted<23.8.0,>=18.9.0 is required by {'scrapy'}

jpmckinney commented 11 months ago

What version of pip are you using? pip --version

If you upgrade pip (pip install -U pip), then pip should resolve dependencies such that a correct version of twisted is installed.

jpmckinney commented 11 months ago

Closing, assuming 👍 means resolved.