From 370ee4389679346aa81e5bbcc7e7fa1f6e1d62f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rennfanz=2C=20Bj=C3=B6rn?= Date: Mon, 6 Nov 2023 15:39:46 +0100 Subject: [PATCH] Add pylon dataprocessing as install dependency for windows platforms. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 233b435..af6a520 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,7 +36,7 @@ install: - set PATH=C:\swigwin-4.1.1;%PATH% # install pylon - appveyor-retry curl -sSfL -o pylon_installer.exe %PYLON_DOWNLOAD_URL_BASE%basler_pylon_7_4_0_14900.exe - - pylon_installer.exe /quiet /install="Runtime;GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs" + - pylon_installer.exe /quiet /install="GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK" # PYLON_DEV_DIR is not available in the shell after installation, so we set it manually - set PYLON_DEV_DIR=%PROGRAMFILES%\Basler\pylon 7\Development # install numpy for the unittests