Error "type object 'datetime.datetime' has no attribute ...
github.com › Azure › bicepApr 13, 2021 · type object 'datetime.datetime' has no attribute 'fromisoformat' srpeirce commented on Apr 13 Having exactly the same issue :' ( Contributor shenglol commented on Apr 13 Turns out fromisoformat is not available in Python versions older than 3.7. I'll create a fix. The current workaround is to upgrade Python to version 3.7+.