chphoom / aroundtheblock

0 stars 1 forks source link

fix production issue cause by merge #30

Closed chphoom closed 1 year ago

chphoom commented 1 year ago

pod is in a crash loop caused by the link nltk.download('popular') as there is a permissions error

chphoom commented 1 year ago

accidentally started working on this on the weme branch lol

chphoom commented 1 year ago

i will put my changes on another branch

chphoom commented 1 year ago

https://www.quora.com/How-do-I-download-NLTK-data-and-configure-its-directory-structure-manually

chphoom commented 1 year ago

error updates: build is successful however nltk data is doanloaded in root/nltk and thus production pod is unable to locate module

chphoom commented 1 year ago

fixed iby specifying location with a path given nby the error (it indicated paths it had checked)