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
This just started failing for me from today. It was working before. I dont know how. This isnt working on my EC2 ubuntu machine. So could be an OS issue.
I've had a quick look at this, and it seems that a change in pyparsing (a library that daterangeparser uses for its parsing) has caused daterangeparser to fail.
A quick and nasty fix is to downgrade pyparsing to v2.2.2, which works (it seems to be changes in v2.3 that cause the error). You can do this by running pip install pyparsing==2.2.2.
I'll have a look into what I need to change to get it working with the latest version
The text was updated successfully, but these errors were encountered: