Description
I ran test_datetime_aiml.py and got the below error. I cannot find the code for BackgroundScheduler anywhere.
python3 test_datetime_aiml.py
Traceback (most recent call last):
File "test_datetime_aiml.py", line 5, in
from programytest.client import TestClient
File "/Users/fz/Library/CloudStorage/OneDrive-Personal/DevelopmentOnOneDrive/OCE/programy/test/programytest/client.py", line 5, in
from programy.clients.client import BotClient
File "/Users/fz/Library/CloudStorage/OneDrive-Personal/DevelopmentOnOneDrive/OCE/programy/src/programy/clients/client.py", line 29, in
from programy.scheduling.scheduler import ProgramyScheduler
File "/Users/fz/Library/CloudStorage/OneDrive-Personal/DevelopmentOnOneDrive/OCE/programy/src/programy/scheduling/scheduler.py", line 21, in
from apscheduler.schedulers.background import BackgroundScheduler
ModuleNotFoundError: No module named 'apscheduler'