Skip to content

No module named 'openaoe.backend.util.convert' #69

@tonysy

Description

@tonysy
$ python -m openaoe.main -f openaoe/backend/config/config-template.yaml
Traceback (most recent call last):
  File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/Users/zhangsongyang/Projects/OpenAOE/openaoe/main.py", line 15, in <module>
    from openaoe.backend.api.route_mistral import router as mistral
  File "/Users/zhangsongyang/Projects/OpenAOE/openaoe/backend/api/route_mistral.py", line 3, in <module>
    from openaoe.backend.service.mistral import Mistral
  File "/Users/zhangsongyang/Projects/OpenAOE/openaoe/backend/service/mistral.py", line 11, in <module>
    from openaoe.backend.util.convert import body_convert
ModuleNotFoundError: No module named 'openaoe.backend.util.convert'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions