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
$ 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?
The text was updated successfully, but these errors were encountered:
when I execute
python server.py
(as described in https://github.com/TranslatorSRI/Benchmarks/blob/main/README.md#ui), I get the following error:Is there a build step that I missed?
The text was updated successfully, but these errors were encountered: