我正在使用python3 API google-cloud-language 1.3.0中的composer-1.8.3-airflow-1.10.3。它过去很好,但从过去两周开始,它报道了ImportError:无法从grpc.experimental导入名称'aio‘
我已经检查了软件包的文档,看起来google-cloud-language现在需要grpcio>=1.29.0。然而,根据Composer版本列表,即使是最新版本的compos
disable=import-error,no-name-in-module
File "/usr/local/lib/python3.10/site-packages/google/cloud/firestore.pypython3.10/site-packages/google/cloud/firestore_v1/__init__.py", line 30, in
我正在使用他们的firebase-admin软件开发工具包。我已经按照的描述安装并创建了依赖包。但是我在Lambda上得到了这个错误: Failed to import the Cloud Firestore library forPython.Make sure to install the "google-cloud-firestore" module.我试过了:
pip install <e