-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A ENOENT system error occurred #2
Comments
Forgot to mention that no devcontainer.json was created. |
I can reproduce, with slightly more error output from VS Code but not enough to be of much help—I filed microsoft/vscode-remote-release#9344 for the unhelpful failure mode. I think this is a bug in the tooling for option value substitution, or else maybe we are supposed to encode option placeholders in a different way than The spec says (emphasis mine):
So substitution should work in all files, but I have not yet found any example in specs or another template in the wild that uses options in places other than the Triage InvestigationI installed the current release of the
but ours breaks for me, seemingly at the point of handling the
I'm not versed in Node.js debugging, I guess next steps would be giving it a source map for that dist version, or just go the CLI source repo and try creating a failing test case. |
Dug further, it's the same underlying issue as this: devcontainers/cli#699 (comment) Different code path (we're not failing on Features), but same issue with the
Not sure if there is something we can do to prevent this from happening in the build + deploy process, otherwise a fix would be waiting for upstream. |
Thanks for your help. Will try and wait for a fix. |
@jimmyseow An unglamorous workaround in the meantime is to manually copy this repo's |
Same issue here sadly. Error: ENOENT: no such file or directory, open 'C:\Users\username\AppData\Local\Temp\tmp-output-dir-1711239583039.devcontainer\devcontainer.json' I tried your manual method above but I get a different error. Here is my empty project. I copied Dockerfile and devcontainer.json from here: https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks/tree/main/.devcontainer Put inside .devcontainer folder. Edited the FROM When I try run in vscode, I get this error |
I tried to create the jupyter datascience-notebook with all defaults
Command 'Dev Containers: Add Dev Container Configuration Files...'
resulted in an error
A system error occurred (ENOENT. no such file or directory, open
The text was updated successfully, but these errors were encountered: