Llama-2-Open-Source-LLM-CPU-Inference icon indicating copy to clipboard operation
Llama-2-Open-Source-LLM-CPU-Inference copied to clipboard

ModuleNotFoundError: No module named 'langchain' is occured

Open diqksk opened this issue 1 year ago • 0 comments

even I installed langchain but error is occured

File "D:\ML\test\Llama-2-Open-Source-LLM-CPU-Inference\main.py", line 3, in from src.utils import setup_dbqa File "D:\ML\test\Llama-2-Open-Source-LLM-CPU-Inference\src\utils.py", line 7, in from langchain import PromptTemplate ModuleNotFoundError: No module named 'langchain

I used keyword "pip install -r requirements.txt" and install them all.

how should I do?

image

image

diqksk avatar Dec 06 '23 17:12 diqksk