Quick start documentation on example is not working #1001
-
Hello, I'm creating an application following the quick start section: https://www.trulens.org/trulens_eval/getting_started/quickstarts/quickstart/ However, there seems to be a problem with some depedencies:
I do have a version of llama_index greater than I don't seem to be able to comprehend the nature of these errors as the "quick start" tutorial is not based either on llama_index or LangChain. Can anyone help me? Perhaps the documentation is out of date? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Based on the error message you provided, it seems like the
To resolve the issue, you can try the following steps:
If these steps do not resolve the issue, it might be helpful to create a fresh Python environment and reinstall the required packages to ensure a clean setup. Regarding the version of I hope this helps! If you have any other questions or if the issue persists, please provide more details so I can assist you better. Sources
|
Beta Was this translation helpful? Give feedback.
-
Thanks for reaching out @eugeniosegala - these sorts of dependency issues are often caused by older installs existing in your python environment. Can you try installing the latest trulens_eval in a fresh python environment and let me know if this issue still persists? |
Beta Was this translation helpful? Give feedback.
Happy to help @eugeniosegala - we don't support python 3.12 yet, can you try on 3.11 or earlier?