mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 14:42:28 +02:00
When I cloned langgraph example, I was not able to run the code because of the requirements.txt file. The path was set to posix expression which was not working in windows OS. I have updated the path to posix expression so that it can work in windows OS as well. Try running `langgraph-example` in windows using the langgraph-cli in windows OS. It was working for linux not in windows.