From 10ee9fd527df89ce407ff4465c2485a2d3c004c8 Mon Sep 17 00:00:00 2001 From: Dominik Demuth <10+dominik@noreply.localhost> Date: Thu, 23 Apr 2026 16:58:22 +0000 Subject: [PATCH] Update AppImageBuilder.yml AppImage needs to ignore local Python packages to avoid incompatible versions. --- AppImageBuilder.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index ffd4159..86d0252 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -85,6 +85,8 @@ AppDir: # Path to the site-packages dir or other modules dirs # See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH PYTHONPATH: '${APPDIR}/usr/lib/python3.9/site-packages:${APPDIR}/usr' + # Force the AppImage to ignore local packages + PYTHONNOUSERSITE: 1 test: fedora: