-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Describe the bug
When trying to start the project using python lama_cleaner/asgi.py or uvicorn lama_cleaner.asgi:application, I get the following error:
ModuleNotFoundError: No module named 'inpainting'
Environment
OS: macOS (e.g., macOS 14, Apple Silicon)
Python: 3.8
Installation method: conda
Run command:
uvicorn lama_cleaner.asgi:application --reloadTo Reproduce
Steps to reproduce the behavior:
Clone the repo
Install dependencies with pip install -r requirements.txt
Run python lama_cleaner/asgi.py
Error occurs: ModuleNotFoundError: No module named 'inpainting'
Metadata
Metadata
Assignees
Labels
No labels