From e4cafc77bc4c50f2fa9b095679ff71d30dc086c5 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:02:59 +0200 Subject: [PATCH] Update setup_jukebox_core.sh --- installation/routines/setup_jukebox_core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/routines/setup_jukebox_core.sh b/installation/routines/setup_jukebox_core.sh index ae6dbb01d..5b3510437 100644 --- a/installation/routines/setup_jukebox_core.sh +++ b/installation/routines/setup_jukebox_core.sh @@ -88,7 +88,7 @@ _jukebox_core_build_and_install_pyzmq() { pip install -v cmake --constraint "${INSTALLATION_PATH}/constraint.txt" ZMQ_PREFIX="${JUKEBOX_ZMQ_PREFIX}" ZMQ_DRAFT_API=1 \ - pip install -v pyzmq --no-binary pyzmq + pip install -v 'pyzmq==26.0.0' --no-binary pyzmq else print_lc " Skipping. pyzmq already installed"