From 4bca61d859651f474ff492690d3672e6bead152d Mon Sep 17 00:00:00 2001 From: Deen Date: Wed, 30 Apr 2025 12:52:50 +0300 Subject: [PATCH] Update build.cmd updated collection of libs/submodules for cv2 --- Azaion.Inference/build.cmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Azaion.Inference/build.cmd b/Azaion.Inference/build.cmd index df5f179..1eee32e 100644 --- a/Azaion.Inference/build.cmd +++ b/Azaion.Inference/build.cmd @@ -18,19 +18,18 @@ venv\Scripts\python setup.py build_ext --inplace echo install azaion-inference venv\Scripts\pyinstaller --name=azaion-inference ^ ---collect-all jwt ^ +--collect-submodules cv2 ^ +--add-data "venv\Lib\site-packages\cv2;cv2" ^ --collect-all requests ^ --collect-all psutil ^ --collect-all msgpack ^ --collect-all zmq ^ --collect-all cryptography ^ ---collect-all cv2 ^ --collect-all numpy ^ --collect-all onnxruntime ^ --collect-all tensorrt ^ --collect-all pycuda ^ --collect-all pynvml ^ ---collect-all re ^ --collect-all boto3 ^ --hidden-import constants ^ --hidden-import annotation ^