user202729 / tex-fast-recompile

A Python module to speed up TeX compilation.
LaTeX Project Public License v1.3c
11 stars 0 forks source link

Error while using tex-fast-recompiler #21

Closed Srikanth-Mohankumar closed 2 months ago

Srikanth-Mohankumar commented 2 months ago

Hello,

While using tex-fast-recompiler, I’m receiving an error message on another machine. Could you please help me resolve this issue? Installation had no problem.

Error message:

SyntaxError: Non-UTF-8 code starting with '\x90' in file C:\Python\Scripts\tex_fast_recompile.exe on line 1, but no encoding declared; see https://peps.python.org/pep-0263/ for details
Process exited with error(s)

Thanks

user202729 commented 2 months ago

Probably same mistake as https://github.com/pyinstaller/pyinstaller/issues/1800.

Srikanth-Mohankumar commented 2 months ago

Yes, same mistake. Thanks