We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8459724 commit 9f6be2eCopy full SHA for 9f6be2e
1 file changed
Makefile
@@ -100,7 +100,8 @@ python:
100
@bash-tools/python_pip_install.sh snakebite[kerberos] || :
101
102
# Python >= 3.4 - try but accept failure in case we're not on the right version of Python
103
- @if [ "$$(echo "$$(python -V 2>&1 | grep -Eo '[[:digit:]]+\.[[:digit:]]+') >= 3.4" | bc -l)" = 1 ]; then bash-tools/python_pip_install.sh "avro-python3"; fi
+ #@if [ "$$(echo "$$(python -V 2>&1 | grep -Eo '[[:digit:]]+\.[[:digit:]]+') >= 3.4" | bc -l)" = 1 ]; then bash-tools/python_pip_install.sh "avro-python3"; fi
104
+ NO_FAIL=1 bash-tools/python_pip_install.sh "avro-python3"
105
106
@# for impyla
107
@#$(SUDO_PIP) pip install --upgrade setuptools || :
0 commit comments