Open nick-petrovsky opened 4 days ago
Your minted
latex package is up-to-date, but latexminted
is 0.2.0 instead of 0.3.x. If latexminted
is bundled in MiKTeX, then there is an issue with the MiKTeX packaging. Otherwise, if latexminted
is installed manually, then it needs to be updated in the same way it was installed.
There is a check for compatibility on the LaTeX side, but it looks like I missed updating that for 0.3.x in the last minted
release, so you're seeing a raw error instead of a compatibility error.
Thank you for the clarification! In my case, latexminted
is installed separately from the MikTeX distribution. As a temporary solution, it is possible to simply reinstall the latest version using pip by running the following command: pip install --force-reinstall latexminted
.
Dear Community,
I am experiencing an issue where the Minted package has stopped functioning on Windows 10 with MikTeX 24.4, resulting in an unusual error code. I have included a minimal example below for your reference.
Package versions (PATH variable is correct and
where
command locates right executables):Minimal example:
Any advices?