You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/loz/terrible/python_ten/ten_env/lib/python3.10/site-packages/pendulum/helpers.py", line 51, in <module>
difference_formatter = DifferenceFormatter()
File "/Users/loz/terrible/python_ten/ten_env/lib/python3.10/site-packages/pendulum/formatting/difference_formatter.py", line 18, in __init__
self._locale = Locale.load(locale)
File "/Users/loz/terrible/python_ten/ten_env/lib/python3.10/site-packages/pendulum/locales/locale.py", line 41, in load
raise ValueError(f"Locale [{locale}] does not exist.")
I bet it's related to the following code that did not exist in the previous pendulum version:
When attempting the following:
dessert fails with:
I bet it's related to the following code that did not exist in the previous pendulum version:
Full context:
EDIT: It seems that it works for python3.9 but fails in 3.10
The text was updated successfully, but these errors were encountered: