Google-cloud-python: No module named 'google.api_core.client_options' while importing firestore

Created on 25 Jul 2019  路  1Comment  路  Source: googleapis/google-cloud-python

I am trying to use Firestore with Python. I have successfully installed the google-cloud-firestore. But when I am trying to import the library using from google.cloud import firestore. It is throwing me the error

No module named 'google.api_core.client_options'

Note: I am not using the virtualenv Is there any way i can resolve this

I am stuck at this for weeks, Thanks in advance.

question packaging firestore

Most helpful comment

Please upgrade google-api-core in your environment, e.g.:

$ /path/to/pip install --upgrade google-api-core

>All comments

Please upgrade google-api-core in your environment, e.g.:

$ /path/to/pip install --upgrade google-api-core
Was this page helpful?
0 / 5 - 0 ratings