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
When I try and run the generatemakefile.sh script, I get an error stating the the "j2 command is not available".
I ended up changing the pyproject.toml file to include the following line j2cli = ">=0.3.11"
Hi Aaron! @souzadevinicius will be able to advise better once he returns to office, but it seems from the docs that J2 is installed prior to running the makefile.sh:
When I try and run the generatemakefile.sh script, I get an error stating the the "j2 command is not available".
I ended up changing the pyproject.toml file to include the following line j2cli = ">=0.3.11"
This is the package this will download https://github.com/kolypto/j2cli
This seemed to resolve the issue once I reran the poetry install/lock commands
The text was updated successfully, but these errors were encountered: