mirror of
https://github.com/langchain-ai/langgraph-example.git
synced 2026-08-25 10:39:34 -04:00
Unable to Execute langgraph up on Windows WSL2: TypeError: cannot unpack non-iterable NoneType object #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Maks-Redka on GitHub (Jun 20, 2024).
Issue Summary:
Attempting to run langgraph up on Windows WSL2 results in the following error:
Reproduce and issue similar to Issue #20
@zhao-cs-debug commented on GitHub (Jun 24, 2024):
pip install langgraph-cli==0.1.35
@shanumas commented on GitHub (Jun 25, 2024):
@zhao-cs-debug thanks. Why doesn't it work with latest version (0.1.41). But works with 0.1.35. Why ?