ModuleNotFoundError: No module named 'wordcloud'

I tried to deploy my app on streamlit share. It’s giving me an error - ModuleNotFoundError: No module named ‘wordcloud’.

Though this app works perfectly fine on my local system.

github link- GitHub - vivekmpatil61/NLP-MadeEasy: NLP tasks

Please help!

Hi @vivekmpatil61, welcome to the Streamlit community!

The issue is that currently, Streamlit sharing only supports having the requirements.txt at the top level of the repo. In your repo, it is in the NLP-MadeEasy/requirements.txt folder.

Best,
Randy

Hi Randy,

Thank you. I made the said changes. However in the logs I am getting this error.

ERROR: Could not find a version that satisfies the requirement en_core_web_sm==2.0.0
ERROR: No matching distribution found for en_core_web_sm==2.0.0

Not sure what’s wrong with this.