我试图在python3中使用google任务队列,但在导入taskqueue库时遇到了一些问题。发出以下命令我收到了这个错误 File"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'google.appengine
我使用Google标准环境和Python3进行当前的项目。该项目使用App (google.appengine.api.memcache)作为缓存。目前缓存无法工作,我认为可能是因为对APIs的依赖需要启用,因为当我尝试部署我的应用程序(gcloud应用程序部署)时,我有这样的警告:WARNING: There is a dependency on我还尝试使用与Google示例完全相同的yaml文件:,它不起作用。: memory