当命令`Brew installPython@2`然后出现错误“Theme error”。如何解决?

2024-09-20 17:49:29 发布

您现在位置:Python中文网/ 问答频道 /正文

什么时候 brew install python@2

然后发生错误:

==> make html
Last 15 lines from /Users/oleksandr-yefymov/Library/Logs/Homebrew/python@2/05.make:
writing output... [ 98%] whatsnew/2.1
writing output... [ 98%] whatsnew/2.2
writing output... [ 98%] whatsnew/2.3
writing output... [ 99%] whatsnew/2.4
writing output... [ 99%] whatsnew/2.5
writing output... [ 99%] whatsnew/2.6
writing output... [ 99%] whatsnew/2.7
writing output... [100%] whatsnew/index

generating indices... genindex py-modindex
writing additional pages... download index
Theme error:
An error happened in rendering the page index.
Reason: TemplateNotFound()
make: *** [build] Error 2

READ THIS: https://docs.brew.sh/Troubleshooting

当:brew doctor

然后:Your system is ready to brew.

OS-Mac Mojave

有什么想法吗?怎么解决?在


Tags: installfromoutputindexmakehtml错误error
2条回答

我遇到了同样的问题,通过忽略make html步骤,在CentOS7下使用linuxbrew解决了这个问题。在

我也有同样的问题。在

我所做的是

$ brew install  debug  verbose python@2

在HTML失败点,我达到了:

^{pr2}$

我选择了(2),忽略-设置继续如预期。在

相关问题 更多 >

    热门问题