From ac0d6031b13a6816ab3863c8688ae94f552f54dc Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 16:03:17 +0100 Subject: [PATCH] s --- aarch64_buildscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aarch64_buildscript b/aarch64_buildscript index 977dc275..75eaf53e 100755 --- a/aarch64_buildscript +++ b/aarch64_buildscript @@ -23,7 +23,7 @@ cd swingmusicbuilder git clone https://github.com/swing-opensource/swingmusic-client.git git clone https://github.com/swing-opensource/swingmusic.git # Manual poetry installation as installers are broken. -python3 -m venv poetry +python3.11 -m venv poetry source poetry/bin/activate cd swingmusic @@ -38,6 +38,7 @@ yarn build --outDir ../swingmusic/client cd ../swingmusic # Fixes poetry issue 5250. export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring +poetry env use /usr/bin/python3.11 poetry install # Swing gives error if this is not set. Set to version of repo you cloned. export SWINGMUSIC_APP_VERSION="1.4.8"