mirror of
https://github.com/langchain-ai/learning-langchain.git
synced 2026-07-01 16:06:32 -04:00
toml issue on windows #7
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 @kifjj on GitHub (Aug 4, 2025).
New to Langchain and python.
When I run:
pip install -e .it fails with error:
Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> [56 lines of output]
configuration error: project.scripts.langgraph-dev must be python-entrypoint-reference
DESCRIPTION:
Reference to a Python object. It is either in the form
`importable.module, or importable.module:object.attr.
It works when I replace:
with:
Not sure why is this happening.
@charmingnyc commented on GitHub (Sep 21, 2025):
encountered same on MacOs [Tahoe 26.0]... same fix. Thanks Warp agentic AI (and kifjj)
@RonanPors commented on GitHub (Jan 17, 2026):
Hello,
I ran into the same issue today on macOS. Same fix as always!
Don’t forget to pass the config file when running langgraph-dev, e.g. langgraph-dev --config ch9/py/langgraph.json --verbose.
Thanks everyone! :)