Open lechatpito opened 1 year ago
Hello, there seem to be an issue with running this library on a windows system. strftime(%s) should be replaced with an uppercase %S as per https://stackoverflow.com/questions/41607854/python-the-code-strftimes-errors The error happens in resource_management/aws.py line 49
strftime(%s)
%S
Thanks for a great paper. Looking forward to try the tool.
Hello, there seem to be an issue with running this library on a windows system.
strftime(%s)
should be replaced with an uppercase%S
as per https://stackoverflow.com/questions/41607854/python-the-code-strftimes-errors The error happens in resource_management/aws.py line 49Thanks for a great paper. Looking forward to try the tool.