panpipe
panpipe copied to clipboard
Rambo error when running pandoc function
When I run Pandoc:
Panpipe.pandoc("# Example doc", to: :html)
I am seeing this error:
sh: line 0: exec: /project/_build/dev/lib/rambo/priv/rambo: cannot execute: No such file or directory {:error, "rambo exited with 126"}
Are you running on a Mac with a M1? Then you're probably running into this issue: https://github.com/jayjun/rambo/pull/13
The (hopefully temporary) solution mentioned there, worked for me:
It only worked for me when I added :rambo to my list of compilers in my project's mix.exs
I am running on a mac with m1. Thank you😇