首页 > 其他 > 详细

easy_install apscheduler 安装问题 : pip install apscheduler==2.1.2

时间:2015-03-23 07:12:21      阅读:3145      评论:0      收藏:0      [点我收藏+]
pip uninstall apscheduler
pip install apscheduler==2.1.2


easy_install apscheduler 安装问题

    

Traceback (most recent call last):
  File "/usr/bin/autostack-service", line 5, in <module>
    from handle import handle  
  File "/usr/lib/python2.6/site-packages/autostack/handle/handle.py", line 28, in <module>
    from apscheduler.scheduler import Scheduler
ImportError: cannot import name Scheduler
ImportError: No module named scheduler"

在最新的apscheduler库中没有对应的库,必须指定版本库

pip uninstall apscheduler
pip install apscheduler==2.1.2

解决问题

本文出自 “欢迎评论,欢迎点赞” 博客,请务必保留此出处http://swq499809608.blog.51cto.com/797714/1623155

easy_install apscheduler 安装问题 : pip install apscheduler==2.1.2

原文:http://swq499809608.blog.51cto.com/797714/1623155

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!