ModuleNotFoundError: No module named 'contractions'

Hello!
I’m building an app that analyzes counseling conversations, and one of the steps for preprocessing is expanding contractions. However, I keep getting the same “ModuleNotFound” error.
Here is the link to my Github repository: GitHub - ashroice/minet.
If you have any tips, please let me know! Thank you.

Hi @ashroy,

The error is a result of trying to import a module that hasn’t been installed.To solve the error, include the contractions module in your requirements file. :slightly_smiling_face:

Happy Streamlit-ing! :balloon:
Snehan

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.