-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pendulum 3.0.0 breaks package #10
Comments
Hey @sanieldalib, First of all, you made my day. Thanks for the compliments and I am happy to hear I helped you out! Cheers! |
I created a new release; 0.2.3. This should correctly pin the dependencies :). I also proceeded to check what is needed to support Pendulum 3.0.0. Unfortunately, they dropped some functionality which allowed us to create custom timezones. This functionality is available in the CPython test suite, but simply copy-pasting doesn't feel right. Therefore I opened the following topic; https://discuss.python.org/t/making-custom-timezones-possible-using-the-standard-library/45008. I will keep this issue open until we have support for Pendulum 3.0. |
This looks like a really useful package. I desperately want support for rrule Unfortunately, now it seems like there is a need for pendulum version 3.0.0 since the older version depends on distutils that has been deprecated since python 3.10, so I am unable to install it. I am however able to install pendulum 3.0.0 separately See https://stackoverflow.com/questions/77247893/modulenotfounderror-no-module-named-distutils-in-python-3-12 for reference |
Hey there, first of all thank you so much for an amazing package. I've spent so long looking for something that handles recurring events well.
When installing via
pip install iCal-library
v3.0.0 ofPendulum
gets installed. When attempting to use the package the following error is thrown:I resolved this by pinning to v2.1.1 of Pendulum. You may want to do the same, or upgrade to support Pendulum v3.
Cheers!
The text was updated successfully, but these errors were encountered: