runtime error

t(), axis=1) File "/home/user/.local/lib/python3.8/site-packages/pandas/core/frame.py", line 9428, in apply return op.apply().__finalize__(self, method="apply") File "/home/user/.local/lib/python3.8/site-packages/pandas/core/apply.py", line 678, in apply return self.apply_standard() File "/home/user/.local/lib/python3.8/site-packages/pandas/core/apply.py", line 798, in apply_standard results, res_index = self.apply_series_generator() File "/home/user/.local/lib/python3.8/site-packages/pandas/core/apply.py", line 814, in apply_series_generator results[i] = self.f(v) File "app.py", line 218, in <lambda> all_participants_mix['answer'] = all_participants_mix.apply(lambda row: text_to_wordlist(row.answer).split(), axis=1) File "app.py", line 164, in text_to_wordlist stops = set(stopwords.words("english")) File "/home/user/.local/lib/python3.8/site-packages/nltk/corpus/util.py", line 121, in __getattr__ self.__load() File "/home/user/.local/lib/python3.8/site-packages/nltk/corpus/util.py", line 86, in __load raise e File "/home/user/.local/lib/python3.8/site-packages/nltk/corpus/util.py", line 81, in __load root = nltk.data.find(f"{self.subdir}/{self.__name}") File "/home/user/.local/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError: ********************************************************************** Resource stopwords not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('stopwords')  For more information see: https://www.nltk.org/data.html Attempted to load corpora/stopwords Searched in: - '/home/user/nltk_data' - '/usr/local/nltk_data' - '/usr/local/share/nltk_data' - '/usr/local/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data' **********************************************************************

Container logs:

Fetching error logs...