Installing the Python SDK SpeechKit
Written by
Updated at December 14, 2023
To use the Python SDK, the yandex-speechkit
package is required. Install it using the pip
pip install yandex-speechkit
The installation was tested on Python 3.9. For the minimum allowed Python version, see the SDK website
If a grpcio-tools
package version conflict occurs during the installation, see Resolving version conflicts during the installation of Python SDK.