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
Traceback (most recent call last):
File "/home/hjenryin/MALLM/pf/uiuc-informatics/google.py", line 1, in <module>
from langchain_google_community import GoogleSearchAPIWrapper
File "/home/hjenryin/miniconda3/envs/py12/lib/python3.12/site-packages/langchain_google_community/__init__.py", line 1, in <module>
from langchain_google_community.bigquery import BigQueryLoader
File "/home/hjenryin/miniconda3/envs/py12/lib/python3.12/site-packages/langchain_google_community/bigquery.py", line 8, in <module>
from langchain_google_community._utils import get_client_info
File "/home/hjenryin/miniconda3/envs/py12/lib/python3.12/site-packages/langchain_google_community/_utils.py", line 6, in <module>
from google.api_core.gapic_v1.client_info import ClientInfo
File "/home/hjenryin/MALLM/pf/uiuc-informatics/google.py", line 1, in <module>
from langchain_google_community import GoogleSearchAPIWrapper
ImportError: cannot import name 'GoogleSearchAPIWrapper' from partially initialized module 'langchain_google_community' (most likely due to a circular import) (/home/hjenryin/miniconda3/envs/py12/lib/python3.12/site-packages/langchain_google_community/__init__.py)
Description
When I try to import GoogleSearchAPIWrapper in a newly created python 3.12 environment, it raises a ImportError.
System Info
System Information
OS: Linux
OS Version: #1 SMP Fri Mar 29 23:14:13 UTC 2024
Python Version: 3.12.7 | packaged by Anaconda, Inc. | (main, Oct 4 2024, 13:27:36) [GCC 11.2.0]
aiohttp: 3.11.8
async-timeout: Installed. No version info available.
beautifulsoup4: Installed. No version info available.
dataclasses-json: 0.6.7
db-dtypes: Installed. No version info available.
gapic-google-longrunning: Installed. No version info available.
google-api-core: 2.23.0
google-api-python-client: 2.154.0
google-auth-httplib2: 0.2.0
google-auth-oauthlib: Installed. No version info available.
google-cloud-aiplatform: Installed. No version info available.
google-cloud-bigquery: Installed. No version info available.
google-cloud-bigquery-storage: Installed. No version info available.
google-cloud-contentwarehouse: Installed. No version info available.
google-cloud-core: 2.4.1
google-cloud-discoveryengine: Installed. No version info available.
google-cloud-documentai: Installed. No version info available.
google-cloud-documentai-toolbox: Installed. No version info available.
google-cloud-speech: Installed. No version info available.
google-cloud-storage: Installed. No version info available.
google-cloud-texttospeech: Installed. No version info available.
google-cloud-translate: Installed. No version info available.
google-cloud-vision: Installed. No version info available.
googlemaps: Installed. No version info available.
grpcio: 1.68.0
httpx: 0.28.0
httpx-sse: 0.4.0
jsonpatch: 1.33
langsmith-pyo3: Installed. No version info available.
numpy: 1.26.4
orjson: 3.10.12
packaging: 24.2
pandas: Installed. No version info available.
pyarrow: Installed. No version info available.
pydantic: 2.10.2
pydantic-settings: 2.6.1
PyYAML: 6.0.2
requests: 2.32.3
requests-toolbelt: 1.0.0
SQLAlchemy: 2.0.35
tenacity: 9.0.0
typing-extensions: 4.12.2
The text was updated successfully, but these errors were encountered:
Hi, @hjenryin. I'm Dosu, and I'm helping the LangChain team manage their backlog. I'm marking this issue as stale.
Issue Summary
You encountered a circular import error with GoogleSearchAPIWrapper from langchain_google_community in Python 3.12.
Another user, keenborder786, mentioned the package worked for them and suggested checking for updated versions.
You requested keenborder786 to share their system requirements for further diagnosis.
Next Steps
Please confirm if this issue is still relevant with the latest version of the LangChain repository. If so, feel free to comment to keep the discussion open.
If there is no further activity, this issue will be automatically closed in 7 days.
Thank you for your understanding and contribution!
dosubotbot
added
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Mar 1, 2025
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
When I try to import GoogleSearchAPIWrapper in a newly created python 3.12 environment, it raises a ImportError.
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: