-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pandoc: Illegal instruction on Xen machine #10211
Comments
How did you install pandoc? |
I tried installing the DEB and the tarball, but I got the same error in both pandoc (and with previous versions too). The pandoc installation with Architecture: I found a similar issue in the forum #8947. I am not sure if it is related, but the Xen machine does not show the flag AVX in |
You're right that #8947 seems relevant. Perhaps there will be a clue in that discussion. I believe the avx flag is required by more recent versions of the bytestring library, which we depend on. So there may not be much that I can do at this point. |
I installed the pandoc 3.1.6 version and it solved the problem! As mentioned #8947, it seems the AVX instructions were not supported in my system, causing this "Illegal instruction" error. Then I just had to create a link from quarto ( |
I have been facing this issue for a couple of weeks now and I am unable to solve it. I'm using pandoc on a Xen server and when I run:
pandoc -o output.html
pandoc -v
pandoc --version
The command works sometimes, but sometimes I get the error
Illegal instruction
. Nothing more. I tried using--verbose
but I still get the same output. I tried with different versions and the most recent version that works is pandoc 2.17.1.1OS: Debian 12 (bookworm)
Pandoc version: 2.18 onwards.
I faced the same problem with quarto. It was unable to find the pandoc:
And running the pandoc binary in quarto
The text was updated successfully, but these errors were encountered: