#dagger functions is failing
1 messages · Page 1 of 1 (latest)
is the repo public for a repro?
silent ping to @opal haven as it might be related to the SDK coexistence use-case. @odd tiger can you try --source .dagger when doing dagger init to see if you're getting the same error?
Yeah, this sounds like you tried to dagger init on a directory with an existing project (flask) so Dagger's confused because you can create a module's files before dagger init so the SDK doesn't know if it's that or another existing project. This is realated to https://github.com/dagger/dagger/issues/8123.
Hmmmm
It worked OK before
Then I deleted the dagger DIR
Then I re ran dagger init
And it shit itself
@opal haven @lone yacht
@odd tiger, what does your dagger init look like? You deleted dagger or .dagger? Did you leave the dagger.json lying around?
cd flask_app
dagger init --sdk=python --source=.dagger
dagger functions
If you still run into issues, please share the full commands you're using.
Aye. I'll take a look