Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module apscheduler not found #310

Open
zamafar opened this issue Dec 29, 2022 · 0 comments
Open

module apscheduler not found #310

zamafar opened this issue Dec 29, 2022 · 0 comments

Comments

@zamafar
Copy link

zamafar commented Dec 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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant