Skip to content
#

mtime

Here are 15 public repositories matching this topic...

NingerJohn
NingerJohn commented Apr 13, 2020

纠结scrapy版本的说明,直接运行报错如下

  • 报错1
from scrapy.selector import HtmlXPathSelector
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'HtmlXPathSelector'

scrapy 1.7.0以后就删除了HtmlXPathSelector,我就装了1.6.0版本。
但是运行的时候,还是报错如下

  • 报错2
File "/mnt/d/www/Movie-scrapy/movie/movie/spiders/mtime_spider.py", line 2, in <module>
    from scr

Improve this page

Add a description, image, and links to the mtime topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mtime topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.