Hello! I've been trying to use NanoCaller and I've received a python NameError indicating that datetime might need to be imported into the utils.py script? I'm installing NanoCaller in a Dockerfile via conda using python 3.10 and nanocaller 3.6.0. Our short term solution was to modify the utils.py script ourselves by adding the "import datetime" into the beginning of the script which seems to have fixed the issue.

Hello! I've been trying to use NanoCaller and I've received a python NameError indicating that datetime might need to be imported into the utils.py script? I'm installing NanoCaller in a Dockerfile via conda using python 3.10 and nanocaller 3.6.0. Our short term solution was to modify the utils.py script ourselves by adding the "import datetime" into the beginning of the script which seems to have fixed the issue.