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
I was trying to get tinbox to run locally with Ollama, and it turns out there's a missing dependency for python-poppler, which in turn requires the poppler lib (can be installed with brew install poppler && pip install python-poppler)
I was trying to get
tinboxto run locally with Ollama, and it turns out there's a missing dependency forpython-poppler, which in turn requires thepopplerlib (can be installed withbrew install poppler && pip install python-poppler)