Estou fazendo o curso e não consegundo executar o comando abaixo:
from langchain.prompts import PromptTemplate
Dá a erro abaixo:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-2113061189.py in <cell line: 0>()
----> 1 from langchain.prompts import PromptTemplate
ModuleNotFoundError: No module named 'langchain.prompts'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------