Closed glacier-ji closed 1 month ago
Looks like a missing dependency. If you upgraded your Python interpreter you could try running pip install django-apscheduler
again to refresh everything.
Closing as django-apscheduler does not take a direct dependency on backports
itself.
python version: 3.10 Django version: 3.2
I upgrade the python version from python 3.7 to 3.10, when I start the project, the job will be removed from DB, and then the error showed blow, how to solve it? please