You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: