patriciogonzalezvivo / thebookofshaders

Step-by-step guide through the abstract and complex universe of Fragment Shaders.
http://TheBookOfShaders.com
Other
5.97k stars 680 forks source link

can't make pdf on Macos #369

Open funfungo opened 2 years ago

funfungo commented 2 years ago

The error msg were: No such file or directory pls help me finger out what is the problem, thx

        --output=./book.pdf
        -N
        --toc
        --standalone
        --preserve-tabs
        -V documentclass=scrbook
        -V papersize=a4
        -V links-as-note
        --pdf-engine=xelatex
Traceback (most recent call last):
  File "src/parseBook.py", line 114, in <module>
    returnCode = subprocess.call(pandocCommand)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 172, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [pdf] Error 1
Lagermeister commented 2 years ago

Von: funfungo @.> Gesendet: Freitag, 25. Februar 2022 05:49 An: patriciogonzalezvivo/thebookofshaders @.> Cc: Subscribed @.***> Betreff: [patriciogonzalezvivo/thebookofshaders] can't make pdf on Macos (Issue #369)

The error msg were: No such file or directory pls help me finger out what is the problem, thx

Using the following flags: --output=./book.pdf -N --toc --standalone --preserve-tabs -V documentclass=scrbook -V papersize=a4 -V links-as-note --pdf-engine=xelatex Traceback (most recent call last): File "src/parseBook.py", line 114, in returnCode = subprocess.call(pandocCommand) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 172, in call return Popen(popenargs, kwargs).wait() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory make: [pdf] Error 1

— Reply to this email directly, view it on GitHubhttps://github.com/patriciogonzalezvivo/thebookofshaders/issues/369, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOBNXEIAEVMNB6UCITWGN4TU44C57ANCNFSM5PJIG4MQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>