Issue
import asyncio
import trollius
import datetime
import atexit
from apscheduler.schedulers.asyncio import AsyncIOSchedular
This gives
ImportError: cannot import name 'AsyncIOSchedular'
python version: 3.6.5
os is ubuntu
Note: APSchedular is installed version==3.6.3 and its BackgroundSchedular is working just fine.
What can be the reasons behind this? Thanks
Solution
It's spelled "Scheduler" not "Schedular".
Answered By - Alex Grönholm
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.