Find answers from the community

Updated 3 months ago

Hi guys, i get this error when i try to

Hi guys, i get this error when i try to run poetry run generate. Any idea what i can do against it?

Plain Text

M
S
2 comments
This is caused by a bug in NLTK which is a dependency of Llama index. You can fix this by adding this to your requirements.txt:

Plain Text
nltk==3.9b1


I've created a ticked for this issue here:
https://github.com/run-llama/llama_index/issues/15470
Yeah very interesting, thanks man. I just found that out as well. Would be pretty good to make a statement here maybe that updating poetry is currently causing this issue, wasted a good half an hour on it now...
Add a reply
Sign up and join the conversation on Discord