-
Notifications
You must be signed in to change notification settings - Fork 224
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
Unable to Execute langgraph up on Windows: NotImplementedError with asyncio Signal #20
Comments
Was having the same issue... so created a very hacky workaround (using a cursor.so) to get it working on windows... I changed my local \site-packages\langgraph_cli\exec.py to the below code and it has worked to create the docker image and containers. ive only ran it once, so be warned...
|
That did the trick, thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary:
Attempting to run langgraph up on Windows results in the following error:
Steps to Reproduce:
Expected Behavior:
The langgraph up command should start successfully and execute without errors, leveraging Docker functionality on Windows.
Actual Behavior:
Encountered a NotImplementedError related to add_signal_handler and subsequent errors related to os.killpg and Event loop is closed.
Environment Details:
Additional Context:
I have Docker Desktop installed and running on my Windows machine. This issue prevents me from using langgraph-cli effectively for my development workflows.
The text was updated successfully, but these errors were encountered: