Skip to content

Example run is not working #43

Description

@GulerEnes

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions