Skip to content
Advertisement

Tag: nltk

stderr output from native app classifier: ModuleNotFoundError: No module named ‘nltk’

While trying to send/receive data using native messaging between javascript and python for a firefox extension I keep running into the following error in the browser console- stderr output from native app classifier: ModuleNotFoundError: No module named ‘nltk’ I have installed nltk in my pycharm virtual environment. I want to use nltk for some text processing in the python file

Advertisement