-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
No such file error on langgraph up
within devcontainer (.../app_dir/-
)
#2222
Comments
Hello @TimChild! Would it be possible to run the |
@dqbd, Full output from running with verbose:
Not too enlightening to me unfortunately. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checked other resources
Example Code
example_graph.py
devcontainer.json
Error Message and Stack Trace (if applicable)
Description
I don't know where the issue lies between langgraph, docker, devcontainer... I don't see issues raised in the docker or devcontainer repos related to this yet, which makes me think it could be some strange interaction with langgraph. Feel free to close if this is not relevant enough. Just wanted to post in case others have noticed the same issue.
This issue just started happening today, and I cannot understand where it comes from.
Using the extremely minimal example of a langgraph app provided (also with a
.env
file that contains a valid api key), I am able to runlanggraph up
no problem from wsl2. But trying to do the same from within a devcontainer, I keeep getting the error,no such file or directory
with directory name ending with a-
.Things I have tried:
So, it's not due to a very new release of langgraph, langgraph-cli, or docker engines.
Also, my external (wsl2) docker version is 27.2
I first noticed this issue in my CI workflow today. Re-running a successful one from yesterday still works (but I think my devcontainer build is cached).
I don't usually use the devcontainer locally, but once my CI failed, I tried locally and it failed the same way. However, even going back to the same git commit from yesterday does not work locally.
Mostly wanted to post this in case anyone else comes across the same issue.
Also, deploying to langgraph-cloud still works.
System Info
pip freeze output
docker version output (from in the devcontainer)
docker version (from wsl2)
The text was updated successfully, but these errors were encountered: