我正在尝试在Python中使用Firestore。我已经成功地安装了google-cloud-firestore。但是当我尝试使用from google.cloud import firestore导入库时。它向我抛出了错误
No module named 'google.api_core.client_options'注意:我没有使用virtualenv,有没有办法解决这个问题?
发布于 2019-07-25 00:59:21
/path/to/pip install --upgrade google-api-corehttps://stackoverflow.com/questions/57118925
复制相似问题