Closed mfeit-internet2 closed 4 months ago
The task_manager.py module attempts to import isoparse from dateutil.parser. That function didn't exist in dateutils 2.6.1, which is what ships in OL8. It does in 2.7+, which EL9 has.
task_manager.py
isoparse
dateutil.parser
I'll jump in and fix this, so the ticket is mostly as an anchor.
The
task_manager.py
module attempts to importisoparse
fromdateutil.parser
. That function didn't exist in dateutils 2.6.1, which is what ships in OL8. It does in 2.7+, which EL9 has.I'll jump in and fix this, so the ticket is mostly as an anchor.