marella / chatdocs

Chat with your documents offline using AI.
MIT License
683 stars 97 forks source link

Tabulate missing as dependency #96

Open keesj-riscure opened 9 months ago

keesj-riscure commented 9 months ago

After pip installation of chatdocs (on ubuntu 23.10)

  pip install chatdocs

Running chatdocs add results in the following error:

ModuleNotFoundError: No module named 'tabulate'

image

And after manual pip install of 'tabulate' the error is not longer present. This suggests to me that tabulate is missing from setup.py