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
from google.cloud import discoveryengine can't find library, even though it was installed with pip. Problem persists in colab, vertex ai workbench and colab enterprise
Relevant log output
ImportError Traceback (most recent call last)
<ipython-input-2-9ea4f4fd212d>in<cell line: 2>()
1 from google.api_core.client_options import ClientOptions
----> 2 from google.cloud import discoveryengine
3
4 PROJECT_ID = "YOUR_PROJECT_ID"# @param {type:"string"}
5 LOCATION = "global"
ImportError: cannot import name 'discoveryengine' from 'google.cloud' (unknown location)
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
File Name
search/create_datastore_and_searach.ipynb
What happened?
from google.cloud import discoveryengine can't find library, even though it was installed with pip. Problem persists in colab, vertex ai workbench and colab enterprise
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: