running Scrapy but it error: No module named _util

后端 未结 5 1006
情歌与酒
情歌与酒 2020-12-20 15:49

I have installed Scrapy,and import it in python, every things look fine. But it cause error when i try a example in http://scrapy-chs.readthedocs.io/zh_CN/0.24/intro/tutoria

5条回答
  •  忘掉有多难
    2020-12-20 16:21

    If you are using the newest version of Twisted. You can try downgrade Twisted:

    pip install Twisted==16.4.1
    

提交回复
热议问题