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
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
The App fails locally because of ldm package is not installed with the --setup flag.
I tried setting local_build_config but it had no effect.
Error:
File "/Users/aniket/miniconda3/envs/am/lib/python3.9/site-packages/lightning/app/components/serve/python_server.py", line 312, in run
self.setup(*args, **kwargs)
File "/Users/aniket/Projects/github/DiffusionWithAutoscaler/app.py", line 27, in setup
import ldm
ModuleNotFoundError: No module named 'ldm'
The App fails locally because of
ldm
package is not installed with the--setup
flag.I tried setting
local_build_config
but it had no effect.Error:
cc: @hhsecond @tchaton
The text was updated successfully, but these errors were encountered: