module apscheduler not found #16

Open
opened 2025-10-14 17:26:16 -06:00 by navan · 0 comments
Owner

Originally created by @zamafar on 12/29/2022

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'

*Originally created by @zamafar on 12/29/2022* 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 <module> from programytest.client import TestClient File "/Users/fz/Library/CloudStorage/OneDrive-Personal/DevelopmentOnOneDrive/OCE/programy/test/programytest/client.py", line 5, in <module> from programy.clients.client import BotClient File "/Users/fz/Library/CloudStorage/OneDrive-Personal/DevelopmentOnOneDrive/OCE/programy/src/programy/clients/client.py", line 29, in <module> from programy.scheduling.scheduler import ProgramyScheduler File "/Users/fz/Library/CloudStorage/OneDrive-Personal/DevelopmentOnOneDrive/OCE/programy/src/programy/scheduling/scheduler.py", line 21, in <module> from apscheduler.schedulers.background import BackgroundScheduler ModuleNotFoundError: No module named 'apscheduler'
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/program-y#16
No description provided.