From 7f2eb2dc214bc729899bb8cda404fc915f4ab78a Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 9 Jan 2024 23:32:50 +0900 Subject: [PATCH] Install libpython-static for nuitka --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c865f3..be7bfa0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,8 +88,10 @@ jobs: shell: bash -l {0} run: | pip install nuitka - mkdir -p build - cd build + # https://github.com/wkentaro/imshow/actions/runs/7462427376/job/20304706621?pr=4 + conda install libpython-static + + mkdir build && cd build ln -s ../imshow/__main__.py imshow python3 -m nuitka --onefile imshow