-
-
Notifications
You must be signed in to change notification settings - Fork 178
[BUG] ModuleNotFoundError: No module named 'icalendar.prop' #781
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
Comments
I don't think we changed something like that. #779 Seems to be a similar issue: a module file is missing. Can you print find /usr/local/lib/python3.13/site-packages/icalendar* |
icalendar/src/icalendar/parser.py Line 386 in a169c11
could be solved by moving the icalendar/src/icalendar/parser.py Line 294 in a169c11
I would expect a different ImportError - or maybe Python3.13 changed behavior? Something like "cannot import .... from not fully initialized module" So, can you confirm if the change above solves the issue? Could you create a PR if it does? |
After we release 6.1.4, this can be checked again. |
Describe the bug
From: home-assistant/core#138333
Unclear if this is specifically 6.1.1 or a slightly earlier version.
https://github.com/collective/icalendar/blob/main/src/icalendar/parser.py#L386 has comments pointing out the include at the bottom is unusual, has anything changed in the way this library is packaged or similar?
The text was updated successfully, but these errors were encountered: