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
Describe the bug
While I try to compile the toc.md file I got the error /bin/sh: pandas: command not found.
pandoc is correctly installed as if I run manually the command line from the terminal, it is working.
To be noted that my vsc terminal is configured to use zsh. But if I manually with to bash or csh or if I type, in terminal /bin/sh, the manual compilation using panda work fine. It seems that the issue come from your script that is trying to run panic in background of vsc.
To Reproduce
Steps to reproduce the behavior:
open my project with vsc
in the status bar, click the export icon
select name of the docx output file
See error
Expected behavior
I am expecting that the docx file is created.
This is perfectly working if I run manually the command : i.e. typing in the vsc terminal windows the following command:
pandoc -f markdown+old_dashes -t docx -s "/~toc.tmp" -o "/MyBook.docx"
Desktop (please complete the following information):
OS: OS X 11.6.6
VSC 1.69.2
vscode-fiction-writerfrom 12/02/2021, 20:46:06
The text was updated successfully, but these errors were encountered:
Describe the bug
While I try to compile the toc.md file I got the error /bin/sh: pandas: command not found.
pandoc is correctly installed as if I run manually the command line from the terminal, it is working.
To be noted that my vsc terminal is configured to use zsh. But if I manually with to bash or csh or if I type, in terminal /bin/sh, the manual compilation using panda work fine. It seems that the issue come from your script that is trying to run panic in background of vsc.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I am expecting that the docx file is created.
This is perfectly working if I run manually the command : i.e. typing in the vsc terminal windows the following command:
pandoc -f markdown+old_dashes -t docx -s "/~toc.tmp" -o "/MyBook.docx"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: