From af7e2c294dd28c5811e76780cd1e9d1f198b4d36 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 1 Apr 2020 10:29:16 +0200 Subject: [PATCH] Pin versions of pip, setuptools, wheel in training readme X-DeepSpeech: NOBUILD --- doc/TRAINING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TRAINING.rst b/doc/TRAINING.rst index 2ef1512e..a58ba6bf 100644 --- a/doc/TRAINING.rst +++ b/doc/TRAINING.rst @@ -46,7 +46,7 @@ Install the required dependencies using ``pip3``\ : .. code-block:: bash cd DeepSpeech - pip3 install --upgrade pip wheel setuptools + pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3 pip3 install --upgrade --force-reinstall -e . The ``webrtcvad`` Python package might require you to ensure you have proper tooling to build Python modules: