Open pleabargain opened 1 week ago
i have the sane error, were you able to solve it ?
I had this error but makging sure that lightrag was 1. Installed in the same environment I'm trying to run from (multiple python venvs) and 2. the right import statement which is "from lightrag.utils import EmbeddingFunc"
This issue is likely caused by a conflict with the existing 'lightrag' library on PyPI. To resolve this, we can only use the name 'lightrag-hku' for our library. You can uninstall any existing 'lightrag' installations and try installing from the source instead.
running in venv I ran
pip install lightrag-hku
pip list
lightrag is installed
here's the error
here's the code