Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Unable to Execute langgraph up on Windows WSL2: TypeError: cannot unpack non-iterable NoneType object  #21

Description

Issue Summary:

Attempting to run langgraph up on Windows WSL2 results in the following error:

Traceback (most recent call last):
  File "/home/mex42/work/langgraph-example/.venv/bin/langgraph", line 8, in <module>
    sys.exit(cli())
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/langgraph_cli/cli.py", line 183, in up
    capabilities = langgraph_cli.docker.check_capabilities(runner)
  File "/home/mex42/work/langgraph-example/.venv/lib/python3.10/site-packages/langgraph_cli/docker.py", line 83, in check_capabilities
    stdout, _ = runner.run(subp_exec("docker", "info", "-f", "json", collect=True))
TypeError: cannot unpack non-iterable NoneType object

Reproduce and issue similar to Issue #20

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions