Find answers from the community

Updated 10 months ago

Im trying to install llama-tables-pack

Im trying to install llama-tables-pack but it fails with both methods. Get the following error after installation: @AlphaAtlas
Plain Text
FileNotFoundError: [Errno 2] No such file or directory: '/app/chain_of_table_pack/llama_index/packs/tables/base.py'
L
L
A
14 comments
I think theres a slight bug with llama-packs -- It's being worked on πŸ™‚
πŸ™ thx. I think I found a solution!
Attachment
image.png
would of course be helpful for others to include the pip option in the readme
https://llamahub.ai/l/llama-packs/llama-index-packs-tables?from=all
Definitely! Llamahub.ai is a tad in progress at the moment. Will add that to the list 😁
one more thing. When installing from pip where do I have to import from?
Plain Text
from llm_compiler_agent_pack.base import ChainOfTablePack
ModuleNotFoundError: No module named 'llm_compiler_agent_pack'
Plain Text
from chain_of_table_pack.base import ChainOfTableQueryEngine, serialize_table
ModuleNotFoundError: No module named 'chain_of_table_pack'
Let's check the source code πŸ˜…
llama_index.packs.chain_of_table I think
from llama_index.packs.tables.chain_of_table.base import ChainOfTableQueryEngine With this one the import works! πŸ₯³
Hi,

Would you please elaborate if you have encountered this error after running the first query?

"AttributeError: 'NoneType' object has no attribute 'group'"
no idea what you mean here tbh πŸ€·β€β™‚οΈ
I have downloaded and imported all the required libs.
However, running this query, giving me this error.
Here is the full error.
Add a reply
Sign up and join the conversation on Discord