running Scrapy but it error: No module named _util

后端 未结 5 995
情歌与酒
情歌与酒 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:22

    This is the version problem and use the code to update:

    pip install --upgrade --ignore-installed pyopenssl
    

提交回复
热议问题