Skip to content Skip to sidebar Skip to footer

Can't Pip Microsoft Azure-cognitiveservices-speech?

Following the guide here to install the microsoft azure text to speech SDK: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/quickstart-python#install-the-s

Solution 1:

azure-cognitiveservices-speech version 1.2.0 is available for Python 3.5, 3.6 and 3.7 for MacOS, Linux and Windows, 64 bits only.

What is your Python version? Check it is 64 bits, not 32 bits:

Console/Shell:

python -c "import struct; print(struct.calcsize('P') * 8)"

Post a Comment for "Can't Pip Microsoft Azure-cognitiveservices-speech?"