Locally I don’t get that error and everything works fine.
But running it on Google Cloud/Kubernetes I get the error above from the app pod with the action server.
I added: python-dateutil==2.8.1 to my requirements.txt and upgraded kubernetes with the helm upgrade command.
I also tried the following import statements:
- import dateutil
- from dateutil import parser
- import dateutil.parser
no luck.
Any ideas?