Replies: 2 comments 1 reply
-
Hey @tedjames, great to see you tackling the Python world with the enthusiasm of a JavaScript guru! I remember our last epic quest through the realms of code. How's the journey been treating you since? Based on the context provided, it seems like there might be a discrepancy between the installed version of One possible solution is to check the Another possibility is that there's a compatibility issue with your Python version (3.12.2). According to the context provided, there are known compatibility issues with the As a first step, I would recommend checking the If you're still encountering issues after trying these steps, please provide more information about the error and your environment, and I'll do my best to assist you further. Sources
|
Beta Was this translation helpful? Give feedback.
-
This is happening because you might have a file named langgraph.py in your current working directory, and Python is trying to import from this file instead of the langgraph package. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am trying to install langgraph into a new project but am constantly seeing this
Import "langgraph.graph" could not be resolved - Pylance reportMissingImports
error.I've tried installing with both poetry and pip directly to no avail. I've also tried using a few different interpreters but nothing seems to work... Langchain imports just fine but Langgraph does not for some reason.
I'm mostly a JS/TS guy so I do apologize in advanced if I'm missing something blatantly obvious here! Would appreciate any help getting this to work :)
System Info
System Information
Package Information
Packages not installed (Not Necessarily a Problem)
The following packages were not found:
Beta Was this translation helpful? Give feedback.
All reactions