ModuleNotFoundError: No module named sentence_transformers

I am trying to deploy my web app which has used sentence_transformers internally. But while deploying the app it is throwing error and saying that no module found while I have kept it in the requirements.txt file as sentence_transformers==2.2.2.

Hey @Ketan3102,

Is it possible that it should be sentence-transformers in the requirements.txt file? Based on the PyPi listing here