APScheduler(Advance Python Scheduler) ImportError:

這個問題可把我給坑苦了(我本身的版本是3.5而服務器上的Python版本是2.6) 問題的主要緣由我估計是Python2.6用不了太高的版本,因此解決方案就是找個低版本的。 python

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庫中沒有對應的庫,必須指定版本庫 spa

pip uninstall apscheduler pip install apscheduler==2.1.2
相關文章
相關標籤/搜索