Find answers from the community

Updated last year

Regarding llama-hub packages, finding an

Regarding llama-hub packages, finding an empty package after install and couldn't determine the reason why.

Plain Text
cat /opt/homebrew/lib/python3.11/site-packages/llama_hub/web/sitemap/__init__.py


πŸ‘† This file is empty, given:

Plain Text
pip3 install llama-hub


Updated homebrew and upgraded python3 to double-check.
L
P
2 comments
this is just a bug in the llama-hub package -- these imports should probably be filled. Not related to the other egg warning thing

Feel free to file a bug on llama-hub

You can work around by doing

Plain Text
from llama_hub.web.sitemap.base import SitemapReader
@Logan M thanks for looking! Been going back and forth on this for a long time
Add a reply
Sign up and join the conversation on Discord