Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run Langgraph up #2583

Closed
5 tasks done
shanumas opened this issue Nov 30, 2024 · 4 comments
Closed
5 tasks done

Cannot run Langgraph up #2583

shanumas opened this issue Nov 30, 2024 · 4 comments

Comments

@shanumas
Copy link

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"

@gauravprasadgp
Copy link

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

@vbarda
Copy link
Collaborator

vbarda commented 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
Copy link
Collaborator

vbarda commented 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
Copy link
Collaborator

vbarda commented Dec 16, 2024

Closing due to inactivity

@vbarda vbarda closed this as completed Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants