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 not found error - "recurring_ical_events" #329

Open
lothar-mar opened this issue Aug 12, 2023 · 1 comment
Open

Module not found error - "recurring_ical_events" #329

lothar-mar opened this issue Aug 12, 2023 · 1 comment

Comments

@lothar-mar
Copy link

As mentioned in the title, i get this error when running "test_caldav.py" and "test_caldav_unit.py":

FAILED tests/test_caldav.py::TestLocalRadicale::testTodoDatesearch - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav.py::TestLocalRadicale::testRecurringDateSearch - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testZero - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testOne - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testThree - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testThreeTodo - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::testSplit - ModuleNotFoundError: No module named 'recurring_ical_events'
FAILED tests/test_caldav_unit.py::TestExpandRRule::test241 - ModuleNotFoundError: No module named 'recurring_ical_events'

AM I missing some dependencies perhaps?

@tobixen
Copy link
Member

tobixen commented Aug 12, 2023

Yes, recurring-ical-events is listed as dependency in setup.py.

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

2 participants