Jessica Tegner
Jessica Tegner
well we are using sys.executable to run the python tests now, so I don't see how it could fail...
You need to set the format like so. markdown+smart For more information, check out Pandocs User Manual
this is welcome. I've been meaning to add black and flake8 as precommit hooks, for the longest time. Something like [this describes](https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/) and of course add it to the ci...
yes I agree. In addition, I would guess that missing the other engines (if used) would also yield just as complicated an error message, so maybe we should do that...
Hi there. I would suggest specifying the input format manually
@MarkWieczorek from [this issue](https://github.com/jgm/pandoc/issues/6960) it seems like there are available pandoc pandoc builds for the m1. Can you try the folliwing: * Install pypandoc with pip * Try to install...
and just to make sure. The result from pypandoc.download_pandoc() doesn't actually put pandoc in the "/Users/lunokhod/Applications/pandoc" folder?
That's interesting. So it seems like it's not a m1 error. But as you pasted above, it seems to get a FileNotFoundError, which should be handled correctly, if pandoc citeproc...
@MarkWieczorek the output from conda doesn't actually show what's wrong, just that it's failing. From what I've gathered: 1. There are m1 builds available of pandoc, wich pypandoc are indeed...
hey @MarkWieczorek as you can see from the testing added in #267 it seems to be an anaconda issue, not so much a pypandoc issue.