We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Pyhton 3.6.8 on an Oracle Linux (Red Hat clone) machine, the following tests failed:
tests/test_data.py::test_AnnotatedCSVData_canStoreDataToDisk FAILED [ 14%] tests/test_provenance.py::test_ReposcannerLabNotebook_canLogCompletionOfTask FAILED [ 79%] tests/test_requests.py::test_OfflineRoutineRequest_cloneDirectoryIsBasedOnWorkspaceDirectory FAILED [ 95%]
The key error seems to be:
AttributeError: type object 'datetime.date' has no attribute 'fromisoformat'
It appears this is not available prior to Python 3.7
https://stackoverflow.com/questions/60266554/type-object-datetime-datetime-has-no-attribute-fromisoformat
The text was updated successfully, but these errors were encountered:
@jwillenbring - Considering that most Python packages are relying on Python 3.7+, do you still want this resolved?
Sorry, something went wrong.
rmmilewi
No branches or pull requests
Using Pyhton 3.6.8 on an Oracle Linux (Red Hat clone) machine, the following tests failed:
tests/test_data.py::test_AnnotatedCSVData_canStoreDataToDisk FAILED [ 14%]
tests/test_provenance.py::test_ReposcannerLabNotebook_canLogCompletionOfTask FAILED [ 79%]
tests/test_requests.py::test_OfflineRoutineRequest_cloneDirectoryIsBasedOnWorkspaceDirectory FAILED [ 95%]
The key error seems to be:
AttributeError: type object 'datetime.date' has no attribute 'fromisoformat'
It appears this is not available prior to Python 3.7
https://stackoverflow.com/questions/60266554/type-object-datetime-datetime-has-no-attribute-fromisoformat
The text was updated successfully, but these errors were encountered: