8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
B 8000 y 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
When trying to save the document on the web server, this error appears on the console:
WARNING:root:Using working directory /Users/charlesgoncalves/git/kiroku/teste_cfg WARNING:root:saved file /Users/charlesgoncalves/git/kiroku/teste_cfg/introduction/introduction.md ERROR:root:cannot find 'pandoc' WARNING:root:saved file /Users/charlesgoncalves/git/kiroku/teste_cfg/introduction/introduction.docx
Checking on code:
(base) charlesgoncalves@cfgmac:~/git/kiroku git:(main) rg pandoc 18:36 requirements.txt 21:pypandoc==1.13 kiroku 459: # Use pandoc to convert to docx 462: "pandoc", 469: logging.error("cannot find 'pandoc'")
after
brew install pandoc
things went ok!
The text was updated successfully, but these errors were encountered:
thanks, I will update the documentation.
Sorry, something went wrong.
No branches or pull requests
When trying to save the document on the web server, this error appears on the console:
Checking on code:
after
things went ok!
The text was updated successfully, but these errors were encountered: