You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: