python-caldav / caldav

Apache License 2.0
313 stars 91 forks source link

Module not found error - "recurring_ical_events" #329

Open lothar-mar opened 11 months ago

lothar-mar commented 11 months ago

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 commented 11 months ago

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