导入Firestore时没有名为“ google.api_core.client_options”的模块

时间:2019-07-19 19:52:03

标签: python firebase google-cloud-firestore

我正在尝试将Firestore与Python结合使用。我已经成功安装了google-cloud-firestore。但是,当我尝试使用from google.cloud import firestore导入库时。抛出错误

No module named 'google.api_core.client_options'

注意:我没有使用virtualenv 有什么办法可以解决这个问题

1 个答案:

答案 0 :(得分:0)

尝试升级google-api-core library

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