gpt4 book ai didi

python - PyLatex 基本脚本不会运行,因为找不到脚本解释器

转载 作者:太空宇宙 更新时间:2023-11-03 12:31:47 26 4
gpt4 key购买 nike

我正在尝试学习 PyLatex。我已经通过 pip 安装了它并从 here 复制了基本代码我遇到了这个问题:

C:\Conner\Scripts>pylatAttempt.py
latexmk: The script interpreter could not be found.
latexmk: Data: scriptInterpreter="perl.exe"
Traceback (most recent call last):
File "C:\Conner\Scripts\pylatAttempt.py", line 23, in <module>doc.generate_pdf()
File "C:\Python27\ArcGIS10.2\lib\site-packages\pylatex\document.py", line 193, in generate_pdf raise(e)
subprocess.CalledProcessError: Command '[u'latexmk', u'--pdf', u'--interaction=nonstopmode', u'basic.tex']' returned non-zero exit status 1

我已经下载了 MiKTeX 2.9,我还需要什么吗?这里出了什么问题?从文档看来,您需要安装的只是 pylatex。

最佳答案

您可以将编译器更改为 pdflatex 而不是 latexmk 如果您已经安装了 miktex 和 pdflatex ,这将起作用。默认情况下,latexmk 是编译器。

doc.generate_pdf(clean_tex=False,compiler='pdfLaTeX')

关于python - PyLatex 基本脚本不会运行,因为找不到脚本解释器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36560642/

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