Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pScheduler agent uses function not available on OL8 #132

Closed
mfeit-internet2 opened this issue Jul 11, 2024 · 0 comments
Closed

pScheduler agent uses function not available on OL8 #132

mfeit-internet2 opened this issue Jul 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mfeit-internet2
Copy link
Member

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.

@mfeit-internet2 mfeit-internet2 added the bug Something isn't working label Jul 11, 2024
@mfeit-internet2 mfeit-internet2 self-assigned this Jul 11, 2024
@github-project-automation github-project-automation bot moved this to Ready in perfSONAR Jul 11, 2024
@github-project-automation github-project-automation bot moved this from Ready to Done in perfSONAR Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant