examples icon indicating copy to clipboard operation
examples copied to clipboard

fastapi example missing dependency

Open skoblenick opened this issue 1 year ago • 0 comments

Describe the Bug

trying to run the fastapi example results in an error due to a missing dependency:

    assert jinja2 is not None, "jinja2 must be installed to use Jinja2Templates"
AssertionError: jinja2 must be installed to use Jinja2Templates

adding the jinja2 via poetry

poetry add jinja2

fixes the issue.

System Information

  • Operating system: Ubuntu 22.04.4 LTS
  • Strawberry version (if applicable): 0.214.0

skoblenick avatar May 22 '24 21:05 skoblenick