You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
If you try to use Pandoc with a Lua filter that uses a compiled Lua library, you get a variety of errors. For example:
dlopen(debugger/emmy/mac/arm64/emmy_core.dylib, 0x0006): tried: 'debugger/emmy/mac/arm64/emmy_core.dylib' (code signature in <B9AD545B-2B65-385C-94FB-5FDB5A8979EF> debugger/emmy/mac/arm64/emmy_core.dylib' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs)
Using homebrew's compiled pandoc and everything works fine...
Note: the statically linked Pandoc binaries provided by us (or those available on Conda Forge) have a limitation. They are unable to utilise Lua filters that rely on Lua modules written in C. If you require the functionality offered by these filters, please consider an alternative method of installation.
Solution to issue cannot be found in the documentation.
Issue
If you try to use Pandoc with a Lua filter that uses a compiled Lua library, you get a variety of errors. For example:
Using homebrew's compiled pandoc and everything works fine...
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: