Python Google应用程序引擎(GAE)远程Shell中的数据存储不与zsh一起工作

Python Google应用程序引擎(GAE)远程Shell中的数据存储不与zsh一起工作,python,google-app-engine,google-cloud-datastore,zsh,Python,Google App Engine,Google Cloud Datastore,Zsh,我试图在Google App Engine(GAE)Python标准的远程shell中运行一个查询,在尝试从shell查询数据存储时,我得到一个zsh中止。没有错误打印到终端,但是python shell被终止。关于如何调试这个有什么想法吗 App Engine remote_api shell Python 2.7.16 (default, Jun 5 2020, 22:59:21) [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0

我试图在Google App Engine(GAE)Python标准的远程shell中运行一个查询,在尝试从shell查询数据存储时,我得到一个zsh中止。没有错误打印到终端,但是python shell被终止。关于如何调试这个有什么想法吗

App Engine remote_api shell
Python 2.7.16 (default, Jun  5 2020, 22:59:21) 
[GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc-
The db, ndb, users, urlfetch, and memcache modules are imported.
m~staging> from models import Model
m~staging> Model.query().get()
zsh: abort      python ~/dev/google-cloud-sdk/platform/google_appengine/remote_api_shell.py

解决了这个问题。
加密
包有一个旧的依赖项,需要更新。一旦我这样做了,bash和zsh的所有问题都解决了。

您是否尝试使用bash来确保zsh是问题所在?似乎是一个遥远的shell问题。我在bash中得到了一个中止陷阱6