[GH-ISSUE #1624] [langchain]: No module named 'langchain.prompts' #218

Closed
opened 2026-02-17 17:19:25 -05:00 by yindo · 1 comment
Owner

Originally created by @Tariq-Imran on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1624

Type of issue

question

Language

Python

Description

When I am running
from langchain.prompts import PromptTemplate

I got error:
ModuleNotFoundError: No module named 'langchain.prompts'

Originally created by @Tariq-Imran on GitHub (Nov 25, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1624 ### Type of issue question ### Language Python ### Description When I am running from langchain.prompts import PromptTemplate I got error: ModuleNotFoundError: No module named 'langchain.prompts'
yindo added the langchain label 2026-02-17 17:19:25 -05:00
yindo closed this issue 2026-02-17 17:19:25 -05:00
Author
Owner

@Tariq-Imran commented on GitHub (Nov 25, 2025):

I got answer:
install [langchain-classic]
and update your imports

@Tariq-Imran commented on GitHub (Nov 25, 2025): I got answer: install [langchain-classic] and update your imports
yindo changed title from [langchain]: No module named 'langchain.prompts' to [GH-ISSUE #1624] [langchain]: No module named 'langchain.prompts' 2026-06-05 17:25:42 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#218