The community members are experiencing an issue where the "Resource wordnet not found" error occurs when running their project and doing a fresh install of dependencies. A community member suggests this is related to a known issue with NLTK version 3.9. The discussion explores potential solutions, including pinning the NLTK version to 3.8.1 or using the pre-release version 3.9b1, which may have security vulnerabilities. The community members also create an issue in the llama index repository to track this problem.
We're seeing this issue when running our project and doing a fresh install of the dependencies. Anyone else experiencing this or know what could cause this?
"Resource wordnet not found. Please use the NLTK Downloader to obtain the resource:"
Ah I see, this was released just a few hours ago π€¦ββοΈ I was avoiding pinning it because I was trying to avoid installing a cve. It's been a bit of a fiasco over there