tisonkun commented on code in PR #18450:
URL: https://github.com/apache/pulsar/pull/18450#discussion_r1021756613
##########
docker/pulsar/scripts/install-pulsar-client.sh:
##########
@@ -22,6 +22,8 @@ set -x
# TODO: remove these lines once grpcio doesn't need to compile from source on
ARM64 platform
ARCH=$(uname -m | sed -r 's/aarch64/arm64/g' | awk '!/arm64/{$0="amd64"}1')
+# modify the timeout threshold by the response from ping host
+pip3 install --default-timeout=200 future
Review Comment:
Why do we install `future` here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]