Scrapy failing in terminal

前端 未结 1 611
暗喜
暗喜 2021-01-27 09:25
Traceback (most recent call last):
  File \"/usr/local/bin/scrapy\", line 5, in 
    from pkg_resources import load_entry_point
  File \"/System/Library/Fr         


        
相关标签:
1条回答
  • 2021-01-27 09:44

    This error says that the Scrapy Distribution that you are searching for can not be found. Try to upgrade your Scrapy by:

    easy_install --upgrade scrapy
    

    or:

    pip install --upgrade scrapy
    
    0 讨论(0)
提交回复
热议问题