From 38b533048bcb280f3d8671000b90d8b23383b6df Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 13 May 2024 18:52:35 +0200 Subject: [PATCH] pip install setuptools --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 876a33e..700616f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,6 +82,8 @@ install: - set PATH=%PYTHON_VER%;%PYTHON_VER%\Scripts;%PATH%;C:\msys64\mingw%ARCH_BITS%\bin # We need wheel installed to build wheels - "%PYTHON_VER%\\python.exe -m pip install wheel" + # Starting with python 3.12, setuptools is not provided by default + - "%PYTHON_VER%\\python.exe -m pip install setuptools" - echo "using twine login %USER% %PASS%" - echo %PATH% - cc -v