Tried with the following commands,
pip3 install azure-cognitiveservices-speech
python3 -m pip install --upgrade pip
import azure.cognitiveservices.speech as speechsdk
Error:
ImportError: libasound.so.2: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
ModuleNotFoundError: No module named '_speech_py_impl'