File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ if [[ $# == 1 ]]; then
22
22
fi
23
23
$PYTHON --version
24
24
25
- export TENSORFLOW_INSTALL=" $( $PYTHON setup.py --install-require) "
26
25
27
26
export PYTHON_BIN_PATH=` which $PYTHON `
28
27
@@ -41,13 +40,19 @@ if [[ $(uname) == "Darwin" && $(uname -m) == "arm64" ]]; then
41
40
$PYTHON -m pip install --upgrade --break-system-packages pip
42
41
$PYTHON -m pip install --upgrade --break-system-packages setuptools
43
42
$PYTHON -m pip --version
43
+
44
+ export TENSORFLOW_INSTALL=" $( $PYTHON setup.py --install-require) "
45
+
44
46
$PYTHON -m pip install --break-system-packages ${TENSORFLOW_INSTALL}
45
47
$PYTHON -m pip install --break-system-packages " urllib3 <2"
46
48
$PYTHON -m pip uninstall --break-system-packages -y tensorflow-io-gcs-filesystem
47
49
else
48
50
$PYTHON -m pip install --upgrade pip
49
51
$PYTHON -m pip install --upgrade setuptools
50
52
$PYTHON -m pip --version
53
+
54
+ export TENSORFLOW_INSTALL=" $( $PYTHON setup.py --install-require) "
55
+
51
56
$PYTHON -m pip install -q ${TENSORFLOW_INSTALL}
52
57
$PYTHON -m pip install -q " urllib3 <2"
53
58
$PYTHON -m pip uninstall -y tensorflow-io-gcs-filesystem
You can’t perform that action at this time.
0 commit comments