Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2335590
  • 博文数量: 168
  • 博客积分: 3184
  • 博客等级: 中校
  • 技术积分: 3959
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-12 18:57
文章存档

2019年(1)

2018年(2)

2017年(3)

2016年(15)

2015年(10)

2014年(60)

2011年(1)

2010年(76)

分类: 服务器与存储

2015-06-30 17:21:14

问题一:

[root@iZ251bgaex6Z dianle]# scrapy crawl  fanli

Traceback (most recent call last):

  File "/usr/bin/scrapy", line 4, in <module>

    import pkg_resources

  File "/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2603, in <module>

    if item==nloc:

  File "/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 666, in require

    unloadable plugin distributions to an exception instance describing the

  File "/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 565, in resolve

    On exit from this routine, `entry` is added to the end of the working

pkg_resources.DistributionNotFound: queuelib

解决方法:

   pip  install --upgrade setuptools

原因分析:

  setuptools自身的缺陷,通过upgrade来更新一下 setuptools至最新版本即可;

阅读(4437) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~