Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error starting UI #17

Open
andrewsu opened this issue Jun 22, 2023 · 1 comment
Open

Error starting UI #17

andrewsu opened this issue Jun 22, 2023 · 1 comment

Comments

@andrewsu
Copy link
Collaborator

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?

@andrewsu
Copy link
Collaborator Author

I got a bit further by doing cd ui; npm install, but still got errors on npm run build. Going to assume that the UI has just gone out of support...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant