scrapy / scrapyd-client

Command line client for Scrapyd server
BSD 3-Clause "New" or "Revised" License
770 stars 146 forks source link

No module named 'scrapy.utils.http' #75

Closed v2sh1t closed 3 years ago

v2sh1t commented 3 years ago

typing 'scrapyd-deloy -h' then show me this message, maybe scrapy is too new? cannot found http module in site-packages/scrapy/utils really 1 2 3

iamumairayub commented 3 years ago

Do this as suggested https://github.com/scrapy/scrapyd-client/issues/72#issuecomment-826646131

v2sh1t commented 3 years ago

Do this as suggested #72 (comment)

thx, it great to useful

vimagick commented 3 years ago

ScrapyDeprecationWarning: Module scrapy.utils.http is deprecated, Please import from w3lib.http instead.

This PR solves the issue: https://github.com/scrapy/scrapyd-client/pull/76