标签: python firebase google-cloud-firestore
我正在尝试将Firestore与Python结合使用。我已经成功安装了google-cloud-firestore。但是,当我尝试使用from google.cloud import firestore导入库时。抛出错误
google-cloud-firestore
from google.cloud import firestore
No module named 'google.api_core.client_options'
注意:我没有使用virtualenv 有什么办法可以解决这个问题
答案 0 :(得分:0)
尝试升级google-api-core library:
/path/to/pip install --upgrade google-api-core