I am working on azure speech services and currently, I'm facing a problem with this command on Python:
pip install azure-cognitiveservices-speech
I get the following error: "Invalid Syntax".
I followed this tutorial: https://learn.microsoft.com/fr-fr/azure/cognitive-services/speech-service/quickstart-python
How to make this work?
This is for Windows 7 64 bits, running Python 3.6 64 bits. I've tried with Python 3.7 64 bits and got the same error.