编译presto-docs报错
异常信息:
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (run-sphinx) on project presto-docs: Co mmand execution failed.: Process exited with an error: 127 (Exit value: 127) -> [Help 1]
分析原因:这个插件调用shell脚本build,build脚本中使用了python3来编译presto-docs。
解决方法:知道了原因,就好解决了,安装个python3,就可以了
1368

被折叠的 条评论
为什么被折叠?



