Replies: 1 comment
-
The only way it works for me is to setup poetry in the root folder and then |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was following the quickstart from https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/ and I wanted to manage my project dependencies with poetry, so I changed the pyproject.toml file and setup the poetry project.
But when I run langgraph dev to run the studio, it tells me that
module <app_name> cannot be found
, and asks me to install the package again.It works fine when I don't use poetry, but its using my global python executable...
Tried to install langgraph cli inside poetry and used
poetry run langgraph dev
but it still had the same error.Beta Was this translation helpful? Give feedback.
All reactions