Skip to content
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

/bin/sh: pandas: command not found #41

Open
Pulsar2011 opened this issue Jul 22, 2022 · 0 comments
Open

/bin/sh: pandas: command not found #41

Pulsar2011 opened this issue Jul 22, 2022 · 0 comments

Comments

@Pulsar2011
Copy link

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:

  1. open my project with vsc
  2. in the status bar, click the export icon
  3. select name of the docx output file
  4. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant