carolinedfrasca/llamaindex-chat-with-streamlit-docs

ModuleNotFound 'nltk' error

Closed this issue · 2 comments

After installing required libs in requirements.txt using pip in a virtual env and running the app, I am getting a ModuleNotFound 'nltk' error even though after I do a 'pip list' command I see nltk installed in the virtualenv that's activated when I run the streamlit app.

Hm, do you still get the same if you do python -m streamlit run streamlit_app.py while the virtualenv is active? Sometimes I run into weird PATH issues with the streamlit cli and virtualenv and that will resolve it.

Closing due to inactivity. @austenamplify if you're still having trouble with this, please let us know (we can also help in our forum) and we can help you debug further!