Skip to content

ModuleNotFoundError: No module named 'langchain_google_genai' despite installation #914

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

Open
SheikhMuhammadHamza-HS opened this issue May 9, 2025 · 0 comments

Comments

@SheikhMuhammadHamza-HS
Copy link

I am facing an issue while trying to import the module langchain_google_genai. Despite installing it using pip install langchain_google_genai, I am getting the following error: ModuleNotFoundError: No module named 'langchain_google_genai'

I have tried the following steps:

Installed the module using pip install langchain_google_genai.

Verified the installation by checking with pip show langchain_google_genai and confirmed it was installed.

Tried importing the module directly and in different ways (using from langchain_google_genai import ChatGoogleGenerativeAI).

Verified my Python version (Python 3.11) and reinstalled the package in a new virtual environment, but the issue persists.

@langcarl langcarl bot added the investigate label May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant