Remya-Ramachandran

Results 4 comments of Remya-Ramachandran

for me issue still exists even with https://github.com/explodinggradients/ragas . Can anyone let us know which version of ragas can we use

> Hi [@Remya-Ramachandran](https://github.com/Remya-Ramachandran) , did you install dependencies from requirement txt? > > From error it seems problem with protobuf package. Try once installing latest version of this package if...

we can set export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION='python'. in virtual environment and give the uvicorn command. This will start the server backend

> [@Remya-Ramachandran](https://github.com/Remya-Ramachandran) I used python 3.12 and it worked for me! I am also using python 3.12. But without export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION='python'. it didnt work for me