Skip to content

Retrieve image requires Jinja2 when getting images.get(image_id, include_embeddings=True) #51

Description

@danieleguido

When running in my local environment, jinja2 is not installed by default

impresso_session.images.get(image_id, include_embeddings=True)

I got this error

from pandas.io.formats.style import Styler 
AttributeError: The '.style' accessor requires jinja2

In my case, I had to install jinja2 to make it work

pip install jinja2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions