Skip to content

Commit 128fcb9

Browse files
committed
explicit setuptools for python
1 parent a915272 commit 128fcb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_scripts/android/install_prereqs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ else
5454
python3 -m pip install --upgrade pip
5555
fi
5656
pip3 install absl-py
57+
# Required for python > 3.10
58+
pip3 install setuptools
5759
set +x
5860
fi
5961
fi

0 commit comments

Comments
 (0)