I am stumped by an error I receive when running "pretext generate webwork" for the project with repository below:
Below you find a passage from the process log with the error at the bottom, followed by the output of pretext support.
PreTeXt-CLI version: 2.36.0
PyPI link:
https://pypi.org/project/pretextbook/2.36.0/PreTeXt core resources commit: 3b7177a830a26fbb7595a2edeaf09478ca71ac93
OS: macOS-14.5-arm64-arm-64bit
Python version: 3.11.4, running from /opt/homebrew/opt/pyt...@3.11/bin/python3.11
Current working directory: /Users/aarongreicius/218_test/218
PreTeXt project path: /Users/aarongreicius/218_test/218
Contents of project.ptx:
------------------------
<!-- This file was automatically generated by PreTeXt 2.19.3. --><!-- If you modify this file, PreTeXt will no longer automatically update it.--><!-- This file, the project manifest, provides the overall configuration for your PreTeXt project. To edit the content of your document, open `source/main.ptx`. See
https://pretextbook.org/doc/guide/html/processing-CLI.html#cli-project-manifest. --><project ptx-version="2">
<targets>
<target name="web" format="html"/>
<target name="print" format="pdf"/>
<target name="latex" format="latex"/>
</targets>
</project><!-- SAMPLE MANIFEST illustrating all options. Defaults are given (mostly). --><!-- <project
ptx-version="2"
source="source"
publication="publication"
output-dir="output"
site="site"
stage="output/stage"
xsl="xsl"
asy-method="server"
generated-cache=".cache"
>
<targets>
<target
name="web"
format="html"
source="main.ptx"
publication="publication.ptx"
output-dir="web"
deploy-dir="interactive"
xsl="custom-html.xsl"
asy-method="server"
/>
<target
name="web-zipped"
format="html"
source="main.ptx"
publication="publication.ptx"
output-dir="web"
compression="zip"
asy-method="server"
/>
<target
name="runestone"
format="html"
platform="runestone"
/>
<target
name="print"
format="pdf"
source="main.ptx"
publication="publication.ptx"
output-dir="print"
output-filename="mybook.pdf"
latex-engine="pdflatex"
deploy-dir="pdf"
/>
<target
name="latex"
format="latex"
/>
<target
name="braille"
format="braille"
braille-mode="emboss"
/>
</targets>
</project>
-->
warning: Unable to locate the command for `mermaid` on your system.
warning: Unable to locate the command for `pdfpng` on your system.
warning: Unable to locate the command for `liblouis` on your system.
aarongreicius@dhcp-129-105-81-191 218 %