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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/mnt/beegfs/work/baumgaertner/gen-bioasq/.venv/lib64/python3.6/site-packages/datargs/__init__.py", line 1, in <module>
from .make import parse, arg, make_parser, argsclass
File "/mnt/beegfs/work/baumgaertner/gen-bioasq/.venv/lib64/python3.6/site-packages/datargs/make.py", line 58, in <module>
from typing import (
ImportError: cannot import name 'get_origin'
The text was updated successfully, but these errors were encountered:
When I run
import datargs
I get:The text was updated successfully, but these errors were encountered: