Skip to content

Commit

Permalink
Update setup_jukebox_core.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Apr 21, 2024
1 parent 949ffa2 commit e4cafc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4cafc7

Please sign in to comment.