From: Konstantin Leontev Date: Thu, 3 Aug 2023 15:11:57 +0000 (+0100) Subject: Fixed openturns compilation on Windows because of using wrong version of Cython from... X-Git-Tag: V9_12_0~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c68a37bc7f6e78391a2eb76a2e8262d2b6d4150a;p=tools%2Fsat_salome.git Fixed openturns compilation on Windows because of using wrong version of Cython from pip while install scikit-learn 0.24.2. --- diff --git a/products/compil_scripts/openturns-1.20.1.bat b/products/compil_scripts/openturns-1.20.1.bat index 455659d..94ef02c 100644 --- a/products/compil_scripts/openturns-1.20.1.bat +++ b/products/compil_scripts/openturns-1.20.1.bat @@ -219,7 +219,7 @@ if NOT %ERRORLEVEL% == 0 ( exit 3 ) -%PYTHON_ROOT_DIR%\python.exe -m pip install --cache-dir=%BUILD_DIR%\cache\pip --prefix=%PRODUCT_INSTALL% scikit-learn-0.24.2.tar.gz --no-deps +%PYTHON_ROOT_DIR%\python.exe -m pip install --cache-dir=%BUILD_DIR%\cache\pip --prefix=%PRODUCT_INSTALL% scikit-learn-0.24.2.tar.gz --no-deps --no-use-pep517 if NOT %ERRORLEVEL% == 0 ( echo ERROR on python setup.py exit 3