Open magaton opened 1 month ago
python 3.11, Mac Sonoma, intel chip.
Other relevant dependencies:
python = ">=3.11,<3.12" uvicorn = "^0.23.2" pydantic = "^2.8.2" fastembed = "^0.3.1" langchain-core = "^0.2" langchain-community = "^0.2" langchain-openai = "^0.1.23" langchain-postgres = "^0.0.9" langchain-ollama = "^0.1.3" langchain-anthropic = "^0.1.23" langgraph = "^0.2.22" langgraph-checkpoint-postgres = "^1.0.6" psycopg = ">=3.1.19, <3.2.0" psycopg-binary = ">=3.1.19, <3.2.0"
Anyone?
Hello @magaton! Will take a look
Any thoughts?
Hi, @dqbd have you had a chance to look at this issue? I would like to know whether it is a bug or a feature (desired behaviour) so I can decide whether to use langgraph studio, or not. Thank you!
I see postgres is started in docker. How can I disable that and use my local Postgres, running as Postgres.app?
Anyway, with postgres started in Docker (regular setup) I am getting the following exception:
ModuleNotFoundError: No module named 'sqlmodel'
I have sqlmodel declared as dependency in
pyproject.toml
. I am running the same langgraph from command line without a problem,Any idea? Thanks
Here is the stacktrace: