Python not able to Install and import the Speech SDK ??

Sascha Liebrich 6 Reputation points
2021-03-04T15:46:59.657+00:00

following these Docs: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-speech-to-text?tabs=script%2Cbrowser%2Cwindowsinstall&pivots=programming-language-python

me@raspberrypi:~# python3 --version
Python 3.9.0
me@raspberrypi:~# python3 -c "import struct; print(struct.calcsize('P') * 8)"
64

me@raspberrypi:~# python3 -m pip install azure-cognitiveservices-speech
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement azure-cognitiveservices-speech
ERROR: No matching distribution found for azure-cognitiveservices-speech

What am I missing ... :(

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,405 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. YutongTie-MSFT 46,986 Reputation points
    2021-03-11T17:51:40.963+00:00
    1 person found this answer helpful.

  2. Sascha Liebrich 6 Reputation points
    2021-03-04T18:13:41.833+00:00

    probably misunderstood thisone :)
    https://azure.microsoft.com/en-us/blog/cognitive-services-speech-december-update/

    Am I right that there is no ARM64 SDK available ?

    Cheers
    /S