RunTimeError: pdf Latex not install

RunTimeError: pdf Latex not install

$ schtex drawing.sch drawing.png

当我尝试 运行 上面的代码时,它说我没有安装 pidflatex,即使我已经安装了 pip latex、tex 和 pdflatex。 我在测试另一段代码时也有 运行 以下几行,但它没有获得任何东西:

from sympy.utilities.misc import find_executable
find_executable('latex')

也报错了

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.9/bin/schtex", line 8, in <module>
    sys.exit(main())
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/scripts/schtex.py", line 231, in main
    cct.draw(label_nodes=args.label_nodes,
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/netlistmixin.py", line 1624, in draw
    return cct.sch.draw(filename=filename, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/schematic.py", line 792, in draw
    self.tikz_draw(filename=filename, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/schematic.py", line 597, in tikz_draw
    self.circuitikz_date, self.circuitikz_version = latexrunner.circuitikz_version()
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/system.py", line 230, in circuitikz_version
    self.run(tex_filename)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/system.py", line 183, in run
    checkexe('pdflatex')
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/lcapy/system.py", line 68, in checkexe
    raise RuntimeError('%s is not installed' % program)
RuntimeError: pdflatex is not installed

根据我的经验,运行 这些软件包实际上需要在您的计算机上安装 LaTeX 发行版(其中包含 pdflatex)。

我建议您使用 teXlive,这是最常见的一种:https://www.tug.org/texlive/

您也可以使用 MikTeX,这也是一个非常常见的发行版:https://miktex.org/