我目前正在编写一个要在AWS Lambda上部署的Python服务器。我想使用firebase-admin包通过FCM发送通知,并从云firestore读取数据。Runtime.ImportModuleError: Unable to import module 'lambda_function': Failed to import the Cloud Firestore library for PythonMake sure to install the "google-cloud-firestore&quo
我已经在requirement.txt中添加库(google-cloud-firestore),我已经完成了所需的设置,并添加了creds json文件。我使用'serverless-python-requirements‘和docker部署来部署应用程序。module initialization error: The 'google-cloud-firestore' distribution was not found and is required我甚至尝试过派生google cloud pyth
Lambda上得到了这个错误: Failed to import the Cloud Firestore library for PythonMake sure to install the "google-cloud-firestore" module.和安装google-cloud-firestore,但都不能解决问题。当我从我的终端运行代码时,我没有得到任何错误。
我正在尝试创建一个python脚本来从我的Cloud Firestore数据库中获取数据。Make sure to install the "google-cloud-firestore" module.File "C:\Users\Alexandru\Desktop\python\hello.py", line 10, in <module>
from firebase_admin importTo avoid this problem you can invoke Py
试图在python服务器上集成Google防火墙API raise ImportError('Failed to import the Cloud Firestore library for PythonMake sure '
ImportError: Failed to import the Cloud Firestore library for Python.Make sure to install the &