Find answers from the community

Updated 8 months ago

Keep getting this kind of error message

Keep getting this kind of error message: ImportError: cannot import name 'BaseQueryEngine' from partially initialized module 'llama_index.core' (most likely due to a circular import)
L
n
5 comments
what version of llama-index do you have? pip show llama-index
Version: 0.9.7
hmm, maybe try pip install llama-index==0.9.45 or so
Thanks alot, that did help. It caused another problem i maneged to fix. However I also got this error message now (ImportError: cannot import name 'trace_method' from partially initialized module 'llama_index.callbacks' (most likely due to a circular import) ). Any ideas how to fix this one๐Ÿ˜…
Uhhh not sure lol. These are all a little dated versions. Maybe 0.9.47 or 0.9.48 (that's the last old version that will support this app)
Add a reply
Sign up and join the conversation on Discord