You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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