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
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?
The text was updated successfully, but these errors were encountered:
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:I couldn't solve the error. Could you please help me?
The text was updated successfully, but these errors were encountered: