Hi, I am getting below error in my setup it was working fine earlier but few changes in my projecy which are not related to Phoenix were pushed and then I started. getting this error File "/usr/local/lib/python3.12/site-packages/openinference/instrumentation/llama_index/__init__.py", line 70, in _instrument from ._handler import EventHandler File "/usr/local/lib/python3.12/site-packages/openinference/instrumentation/llama_index/_handler.py", line 111, in <module> from llama_index.core.workflow.errors import WorkflowDone ModuleNotFoundError: No module named 'llama_index.core.workflow' Can someone help me with that.
The error indicates that the llama_index.core.workflow module is not found. This could be due to an incompatible version of the llama_index package. According to this issue, similar problems have occurred due to version mismatches.Would you like more detail on how to resolve this issue?Sources:
- this issue
💡 Hint: Mention RunLLM in the thread for followups.
But I have llama index version 0.10.58
and earlier with the similar version it was working fine
openinference-instrumentation-llama-index==2.1.1and this is my openinfernece-instrumnetation-llama-index version
llama-index version openinference-instrumentation-llama-index version >=0.10.43 >=2.0, < 3.0 It seems they are compatiblr
