Python 3.x xontrib autojump冻结xonsh外壳

Python 3.x xontrib autojump冻结xonsh外壳,python-3.x,shell,xonsh,Python 3.x,Shell,Xonsh,我正在使用装有xonsh的MiniConda。 运行打印(sys.version)会生成: 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] 我不确定我使用的是哪个版本的xonsh,但我昨天(2020年1月29日)安装了它,这是conda命令得到的 当我运行xontrib列表时,我得到 apt_tabcomplete not-installed not-loaded autojump

我正在使用装有xonsh的MiniConda。 运行打印(sys.version)会生成:

3.7.4 (default, Aug  9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)]
我不确定我使用的是哪个版本的xonsh,但我昨天(2020年1月29日)安装了它,这是conda命令得到的

当我运行xontrib列表时,我得到

apt_tabcomplete     not-installed  not-loaded
autojump            installed      not-loaded <======= NOTE!
autovox             installed      not-loaded
autoxsh             not-installed  not-loaded
avox                not-installed  not-loaded
bashisms            installed      not-loaded
base16_shell        not-installed  not-loaded
coreutils           installed      not-loaded
direnv              not-installed  not-loaded
distributed         installed      not-loaded
docker_tabcomplete  not-installed  not-loaded
free_cwd            installed      loaded
我注意使用MiniConda安装中的Python内容(而不是我的其他Python副本)

有人知道如何调试这个吗?我很想找到一种方法来获得更多关于发生了什么以及为什么会结冰的信息


谢谢

.xonshrc
中尝试使用
THREAD\u SUBPROCS=True
加载
autojump

与${…}.swap(THREAD\u SUBPROCS=True):
xontrib加载自动跳转
或在xonsh>=0.9.23中,使用较短的备选方案:

$THREAD_SUBPROCS=True xontrib load autojump
$THREAD_SUBPROCS=True xontrib load autojump