Skip to content

Error starting UI #17

@andrewsu

Description

@andrewsu

when I execute python server.py (as described in https://github.com/TranslatorSRI/Benchmarks/blob/main/README.md#ui), I get the following error:

$ python server.py
Traceback (most recent call last):
  File "/home/asu/Science/Benchmarks/server.py", line 126, in <module>
    APP.mount("/", StaticFiles(directory="ui/build/", html=True), name="ui")
  File "/home/asu/env/benchmark/lib/python3.10/site-packages/starlette/staticfiles.py", line 57, in __init__
    raise RuntimeError(f"Directory '{directory}' does not exist")
RuntimeError: Directory 'ui/build/' does not exist

Is there a build step that I missed?

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