Spaces:
Sleeping
Sleeping
| Traceback (most recent call last): | |
| File "/Users/mahir/Downloads/openenv-support/server/app.py", line 6, in <module> | |
| from app.main import app # noqa: F401 | |
| ^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/Users/mahir/Downloads/openenv-support/app/main.py", line 6, in <module> | |
| from fastapi import FastAPI, HTTPException | |
| ModuleNotFoundError: No module named 'fastapi' | |