Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'langchain' is occured #27

Open
diqksk opened this issue Dec 6, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'langchain' is occured #27

diqksk opened this issue Dec 6, 2023 · 0 comments

Comments

@diqksk
Copy link

diqksk commented Dec 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant