-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
Yes, |
I'll take the liberty of recycling this issue because the title of my bug would be identical :-)
This is happening in Home Assistant, caldav integration, with both python-caldav 1.3.9 and 1.4.0. I'm guessing it has something to do with this item in this changelog:
That is, the directory EDIT: rolling back |
Ouch. Which version of the |
The latest, version 3.5.0. |
3.5.0 was released yesterday. I'll try and run the test code and see if I can reproduce it locally |
Indeed, yesterday I recreated my virtualenv and reinstalled Home Assistant, so pure bad luck :-) EDIT: and also |
That would surprise me, @niccokunzmann seems to be pretty clever at such things. |
I didn't check 3.5.0 specifically, but with the HEAD of the master branch at my laptop, there are no problems running the caldav test code. |
A simple reproducible case would be this (which I just tried):
Apparently no Python source file of
There is only the dist-info directory. EDIT: maybe I need to open a bug to |
In the "classic" system-wide configuration I wasn't able to reproduce, and using venv all caldav tests passed - but the And yes, since the bug is reproducible without involving the caldav library, it would be more approriate to file it under the |
Thanks for the support! Opened niccokunzmann/python-recurring-ical-events#214 If indeed it is a packaging problem and a new version will be released to fix this, I would suggest you put an exclusion of version 3.5.0 in your dependencies. |
Sorry for the inconvenience! I will delete the release once there is a fix. Then, you do not need to add an exception. |
As mentioned in the title, i get this error when running "test_caldav.py" and "test_caldav_unit.py":
AM I missing some dependencies perhaps?
The text was updated successfully, but these errors were encountered: