Traceback (most recent call last):
File "C:UserstonyconversionProjectconversionProject.venvapp.py", line 2, in <module>
from langchain_community.llms import Ollama
ModuleNotFoundError: No module named 'langchain_community'
I have tried installing the ‘langchain-community’ module using the pip command, even after doing that I am facing the same error.
New contributor
Vignesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.