I just updated to Inkscape 1.1-dev (1:1.0+devel+202009222223+60f6cd61d9) on Linux Mint 20 Cinnamon 4.6.7. When rendering Latex (Extensions -> Render -> Mathematics -> Latex, apply) I get the following error:
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit, locale, imp Traceback (most recent call last): File "pdflatex.py", line 83, in <module> PdfLatex().run() File "/usr/share/inkscape/extensions/inkex/base.py", line 123, in run self.save_raw(self.effect()) File "/usr/share/inkscape/extensions/inkex/extensions.py", line 159, in effect for child in fragment: File "pdflatex.py", line 56, in generate with open(svg_file, 'r') as fhl: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/inktmpk0z52h6n/output.svg'
Does anyone have a suggestion what I could try to resolve this?
I just updated to Inkscape 1.1-dev (1:1.0+devel+202009222223+60f6cd61d9) on Linux Mint 20 Cinnamon 4.6.7. When rendering Latex (Extensions -> Render -> Mathematics -> Latex, apply) I get the following error:
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp
Traceback (most recent call last):
File "pdflatex.py", line 83, in <module>
PdfLatex().run()
File "/usr/share/inkscape/extensions/inkex/base.py", line 123, in run
self.save_raw(self.effect())
File "/usr/share/inkscape/extensions/inkex/extensions.py", line 159, in effect
for child in fragment:
File "pdflatex.py", line 56, in generate
with open(svg_file, 'r') as fhl:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/inktmpk0z52h6n/output.svg'
Does anyone have a suggestion what I could try to resolve this?
Did this work on an earlier Inkscape version?
It works with Inkscape 1.0.1 (stable). So apparently this is a bug in the experimental release. I'll stick to stable for now.