gpt4 book ai didi

python - 另一个 pymacs 助手在 30 秒内没有启动(但有更多调试)

转载 作者:行者123 更新时间:2023-12-01 05:19:39 25 4
gpt4 key购买 nike

我已关注this guide ,并查阅了这些现有的 stackoverflow 问题:

但不幸的是,这些并没有解决我的问题。因此,我发布了这个问题,并提供了有关我的错误的更多详细信息。

根据 emacs 提供的调试信息,我使用 --debug-init 运行,结果如下。

Debugger entered--Lisp error: (error "Pymacs helper did not start within 30 seconds")
signal(error ("Pymacs helper did not start within 30 seconds"))
pymacs-report-error("Pymacs helper did not start within %d seconds" 30)
pymacs-start-services()
pymacs-serve-until-reply("eval" (pymacs-print-for-apply (quote "pymacs_load_helper") (quote ("ropemacs" "rope-" nil))))
pymacs-call("pymacs_load_helper" "ropemacs" "rope-" nil)
pymacs-load("ropemacs" "rope-")
eval-buffer(#<buffer *load*> nil "/home/mittenchops/.emacs.d/init.el" nil t) ; Reading at buffer position 1936
load-with-code-conversion("/home/mittenchops/.emacs.d/init.el" "/home/mittenchops/.emacs.d/init.el" t t)
load("/home/mittenchops/.emacs.d/init" t t)
#[0 "\205\262

我的 init.el 已链接 here .

我已经安装了 rod、ropemacs、pymacs 等,但仍然收到此错误。我进一步发现 pymacs 在一般情况下在 python 中导入似乎不成功:

>>> import Pymacs
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Pymacs

但这很奇怪,因为:

$ git clone https://github.com/pinard/Pymacs.git 
$ sudo pip install -e Pymacs

安装成功!

最佳答案

啊,没关系,我忘了构建存储库。

$ python setup.py build
$ python setup.py install

关于python - 另一个 pymacs 助手在 30 秒内没有启动(但有更多调试),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22665800/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com