Cannot run Langgraph up #332

Closed
opened 2026-02-20 17:36:53 -05:00 by yindo · 4 comments
Owner

Originally created by @shanumas on GitHub (Nov 30, 2024).

Checked other resources

  • I added a very descriptive title to this issue.
  • I searched the LangGraph/LangChain documentation with the integrated search.
  • I used the GitHub search to find a similar question and didn't find it.
  • I am sure that this is a bug in LangGraph/LangChain rather than my code.
  • I am sure this is better as an issue rather than a GitHub discussion, since this is a LangGraph bug and not a design question.

Example Code

langgraph up

Error Message and Stack Trace (if applicable)

No response

Description

I get this problem when running "langgraph up"

I have developer license, I think. But where do I find the Langsmith_API_KEY ? is this problem related to the key missing ?

image

System Info

"langgraph up"

Originally created by @shanumas on GitHub (Nov 30, 2024). ### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangGraph/LangChain rather than my code. - [X] I am sure this is better as an issue [rather than a GitHub discussion](https://github.com/langchain-ai/langgraph/discussions/new/choose), since this is a LangGraph bug and not a design question. ### Example Code ```python langgraph up ``` ### Error Message and Stack Trace (if applicable) _No response_ ### Description I get this problem when running "langgraph up" I have developer license, I think. But where do I find the Langsmith_API_KEY ? is this problem related to the key missing ? ![image](https://github.com/user-attachments/assets/95fb1435-e2a3-4a45-a223-7db2a4b5a772) ### System Info "langgraph up"
yindo closed this issue 2026-02-20 17:36:54 -05:00
Author
Owner

@gauravprasadgp commented on GitHub (Nov 30, 2024):

it is not related to LANGSMITH_API_KEY since default action is already taken. it is related to langgraph dependencies. can you please share the output of
pip freeze

@gauravprasadgp commented on GitHub (Nov 30, 2024): it is not related to LANGSMITH_API_KEY since default action is already taken. it is related to langgraph dependencies. can you please share the output of `pip freeze `
Author
Owner

@vbarda commented on GitHub (Dec 5, 2024):

it doesn't seem to be related to the langsmith API key, could you provide the latest versions of dependencies?

python -m langchain_core.sys_info

@vbarda commented on GitHub (Dec 5, 2024): it doesn't seem to be related to the langsmith API key, could you provide the latest versions of dependencies? `python -m langchain_core.sys_info`
Author
Owner

@vbarda commented on GitHub (Dec 5, 2024):

you can also now run a local server using an in-memory implementation: https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/ by running

langgraph dev
@vbarda commented on GitHub (Dec 5, 2024): you can also now run a local server using an in-memory implementation: https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/ by running ``` langgraph dev ```
Author
Owner

@vbarda commented on GitHub (Dec 16, 2024):

Closing due to inactivity

@vbarda commented on GitHub (Dec 16, 2024): Closing due to inactivity
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#332