Giter Club home page Giter Club logo

Comments (3)

marhop avatar marhop commented on July 20, 2024 1

Yes, I suppose that createProcess call is pandoc trying to run the pandoc-unicode-math filter, but unfortunately I don't know anything about nixos, so ... feel free to close the issue, and good luck!

from pandoc-unicode-math.

marhop avatar marhop commented on July 20, 2024

Hi,

sorry for the bad experience! I'm not familiar with nixos, but the error message looks like pandoc not finding the pandoc-unicode-math binary. If this is the case two reasons come to mind:

  1. The pandoc-unicode-math binary is not in your PATH, so pandoc can't locate it at all, or
  2. the pandoc-unicode-math binary is in your PATH, but it is not executable, so pandoc can't run it.

The binaries in the ZIPs from the releases page are not executable (this is an issue with the GitHub Actions CI process IIRC), so you would have to run something like chmod u+x pandoc-unicode-math on them first (nixos is Unix-like, right?).

Let me know if that works!

Cheers,
Martin

from pandoc-unicode-math.

MikHulk avatar MikHulk commented on July 20, 2024

Hi thank you for your reply,

I did that: chmod the binary and put it in the PATH. I had an error about this but it's not the same.

Here the error looks like an issue with a syscall.

I think it tries to run a subprocess in order to run your plugin into.

on second thought, I think it must be from pandoc on this OS (libc is not linked in the same way as other os).

If you're ok I can close this issue. Let me know.

from pandoc-unicode-math.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.