Skip to content

module apscheduler not found #310

Open
@zamafar

Description

@zamafar

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions