You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/02 20:55:13 UTC

[GitHub] [arrow] kou commented on a diff in pull request #14499: ARROW-17487: [Python][Packaging][CI] Add support for Python 3.11

kou commented on code in PR #14499:
URL: https://github.com/apache/arrow/pull/14499#discussion_r1012287446


##########
ci/scripts/install_gcs_testbench.sh:
##########
@@ -38,14 +38,14 @@ case "$(uname -s)-$(uname -m)" in
   Darwin-arm64)
     # Workaround for https://github.com/grpc/grpc/issues/28387 .
     # Build grpcio instead of using wheel.
-    # storage-testbench 0.27.0 pins grpcio to 1.46.1.
-    ${PYTHON:-python3} -m pip install --no-binary :all: "grpcio==1.46.1"
+    # storage-testbench 0.32.0 pins grpcio to 1.49.1.
+    ${PYTHON:-python3} -m pip install --no-binary :all: "grpcio==1.49.1"

Review Comment:
   Can we remove this workaround?
   It seems that grpcio 1.47.0 or later doesn't have this problem: https://github.com/grpc/grpc/issues/28387#issuecomment-1163468600



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org