From 390c46c131c8e7e176edd2b22a91d67df70e38b0 Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Tue, 21 Jan 2020 12:54:19 -0800 Subject: [PATCH] Fix build issue caused by latest version of pip (>=20.0.0) --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index f2da6cfa..36ba13ef 100644 --- a/build.cmd +++ b/build.cmd @@ -387,7 +387,7 @@ if "%InstallPythonPackages%" == "True" ( echo "#################################" echo "Installing python packages ... " echo "#################################" - call "%PythonExe%" -m pip install --upgrade pip + call "%PythonExe%" -m pip install --upgrade "pip==19.3.1" call "%PythonExe%" -m pip install --upgrade nose pytest pytest-xdist graphviz imageio pytest-cov "jupyter_client>=4.4.0" "nbconvert>=4.2.0" if %PythonVersion% == 2.7 (