LLMeter currently lists support for Python 3.10, but results.py references datetime.UTC which was only added (as an alias of datetime.timezone.utc) in Python 3.11
A SageMaker AI Notebook Instance I created today was still running Py3.10 by default, so preference would probably be to fix this rather than abandon the Python version - it should be pretty straightforward anyway.