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