python - Stack Overflow
https://stackoverflow.com/questions/6026655417.02.2020 · 4 Answers4. Show activity on this post. The issue here is actually that fromisoformat is not available in Python versions older than 3.7, you can see that clearly stated in the documenation here. Return a date corresponding to a date_string given in the format YYYY-MM-DD: >>> >>> from datetime import date >>> date.fromisoformat ('2019-12-04 ...