The community member is experiencing an issue with the NLTK (Natural Language Toolkit) library, specifically the "Resource punkt not found" error. In the comments, another community member suggests that there were security issues with the "punkt" module in NLTK, and that the latest versions of the "llama-index" library use "punkt_tab" instead. The original poster acknowledges the help and mentions that they are running their code in a new cloud environment, and for some reason, it is pulling an older version of the library, which they need to troubleshoot.
gotcha thx @Logan M , I'm running my code in a new cloud env and for some reason its pulling the old version. Need to troubleshoot why. But thx for the help.