Spaces:
Sleeping
Sleeping
File size: 365 Bytes
2d5b292 | 1 2 3 4 5 6 7 8 | 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'
|