Unable to install and import some dependencies on streamlit community web server.

While deploying it is not able to install and import some of the dependencies on streamlit community web app server. The libraries are :

streamlit

email-validator

mysql-connector-python

bcrypt

audiorecorder

pydub

sounddevice

scipy

SpeechRecognition

numpy

pandas

matplotlib

scikit-learn

I have added this list in requirement.txt but still showing error while installing and importing it. It is not only case with one library but also with many of them. There are no issues while running on localhost. Can anyone please help me to solve this problem.