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
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.
I'll jump in and fix this, so the ticket is mostly as an anchor.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: