We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baffa27 commit 1bb5f0eCopy full SHA for 1bb5f0e
helper.mk
@@ -79,9 +79,11 @@ setup/rust:
79
@echo "$@: TODO: Support stable version from https://releases.rs/ or older"
80
81
setup/python:
82
+ python3 --version
83
@echo "$@: TODO: https://github.com/wbond/pybars3/issues/82"
84
pip3 --version || echo "warning: Please install pip"
- pip3 install pybars3
85
+ pip3 install "pybars3" \
86
+ || pip3 install --break-system-packages "pybars3"
87
88
cmake_url?=https://github.com/Kitware/CMake/releases/download/v3.21.6/cmake-3.21.6-Linux-x86_64.sh
89
cmake_filename?=$(shell basename -- "${cmake_url}")
0 commit comments