-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Error dividing Period by timedelta #382
Comments
I'm having this exact issue on Python 3.8.5 and Pendulum 2.1.2. |
I am having this same issue |
Still facing this issue with Pendulum 3.0.0 and Python 3.11.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following snippet fails for me (using Python 3.7.3).
It looks like pendulum is depending on a private method of timedelta (
_to_microseconds
), which does not exist in all versions:The text was updated successfully, but these errors were encountered: