-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I am trying to run the codes which are written in readme.md file on Google Colab. When I execute the command $ python -m eoflow.execute configs/example.json this error occurring:
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/content/eo-flow/eoflow/execute.py", line 49, in
execute(config_file=args.config_file)
File "/content/eo-flow/eoflow/execute.py", line 28, in execute
if not issubclass(model_cls, BaseModel):
File "/usr/lib/python3.7/abc.py", line 143, in subclasscheck
return _abc_subclasscheck(cls, subclass)
TypeError: issubclass() arg 1 must be a class
I couldn't solve the error. Could you please help me?