Find answers from the community

Updated 7 months ago

Hi! There are some issues when I run

Hi! There are some issues when I run home.py.I have run "pip install -r .\requirements.txt"What should I do for it? I
File "D:\Python\Lib\site-packages\llama_index\tools\retriever_tool.py", line 5, in <module>
from llama_index.core import BaseRetriever
ImportError: cannot import name 'BaseRetriever' from 'llama_index.core'
File "D:\Python\Lib\site-packages\llama_index\tools\retriever_tool.py", line 5, in <module>
from llama_index.core import BaseRetriever
ImportError: cannot import name 'BaseRetriever' from 'llama_index.core'
W
1 comment
  • Try with a fresh env
  • keep the env active while isntalling the requirements
  • Keep the env active while interacting with the application
Add a reply
Sign up and join the conversation on Discord