[nb] code_families.py: exception: No module named 'langchain_core' #719

Closed
opened 2026-09-11 14:18:21 +00:00 by kert · 1 comment
Owner

Auto-filed by the notebook error filer (nb-sig:00ad26b20261 — do not edit this marker; dedup and auto-close key on it).

  • Notebook: code_families.py
  • Error: exception: No module named 'langchain_core'
  • Source: nb-watcher
Traceback (most recent call last):
  File "/tmp/marimo_578574/__marimo__cell_iLit_.py", line 2, in <module>
    from llm.config import load as _load_llm_cfg
  File "/home/kert/src/llm/__init__.py", line 21, in <module>
    from llm.pool import HostPool as HostPool
  File "/home/kert/src/llm/pool.py", line 22, in <module>
    from langchain_core.embeddings import Embeddings
ModuleNotFoundError: No module named 'langchain_core'

This issue is closed automatically when the error stops occurring.

Auto-filed by the notebook error filer (`nb-sig:00ad26b20261` — do not edit this marker; dedup and auto-close key on it). - **Notebook:** `code_families.py` - **Error:** `exception`: No module named 'langchain_core' - **Source:** nb-watcher ``` Traceback (most recent call last): File "/tmp/marimo_578574/__marimo__cell_iLit_.py", line 2, in <module> from llm.config import load as _load_llm_cfg File "/home/kert/src/llm/__init__.py", line 21, in <module> from llm.pool import HostPool as HostPool File "/home/kert/src/llm/pool.py", line 22, in <module> from langchain_core.embeddings import Embeddings ModuleNotFoundError: No module named 'langchain_core' ``` This issue is closed automatically when the error stops occurring.
kert added the notebooks label 2026-09-11 14:18:21 +00:00
Author
Owner

Fixed by #720 (5f446e3, notebooks image rebuilt and recreated 2026-09-11): the llm package imports without langchain in the notebooks container and both cells render. Closing ahead of the watcher's sweep.

Fixed by #720 (5f446e3, notebooks image rebuilt and recreated 2026-09-11): the llm package imports without langchain in the notebooks container and both cells render. Closing ahead of the watcher's sweep.
kert closed this issue 2026-09-11 20:29:54 +00:00
Sign in to join this conversation.