Submission failing: .crunchdao/project.json not found

Hi everyone,

I’m having trouble making my first submission via CLI — all attempts have failed with the same error:

Run #40886

(...)
.crunchdao/project.json: not found, are you in the project directory?
.crunchdao/project.json: make sure to cd <competition> first
Aborted!
command not exited correctly: 1

All tests passed and the files were pushed without errors.
I am running the command from the root of the project, and the file .crunchdao/project.json does exist and is properly formatted.

@enzo, can you help me figure out what’s going wrong?
Thanks in advance!

Both:

  • crunch = crunch.load_notebook()
  • X_train, y_train, X_test = crunch.load_data()
    are not possible in the cloud environment.

Hence the warning: [warning] loading the inliner in the cloud runner is not supported, this will raise an error soon

1 Like