You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/08 07:03:29 UTC

[GitHub] [flink] bgeng777 commented on a diff in pull request #20190: [FLINK-28426][python] Supports m1 wheel package in PyFlink

bgeng777 commented on code in PR #20190:
URL: https://github.com/apache/flink/pull/20190#discussion_r916521797


##########
tools/azure-pipelines/build-python-wheels.yml:
##########
@@ -32,3 +26,21 @@ jobs:
         inputs:
           artifactName: 'wheel_$(Agent.OS)_$(Agent.JobName)'
           targetPath: 'flink-python/dist'
+
+  - job: build_wheels_on_macos
+    pool:
+      vmImage: 'macOS-latest'
+    steps:
+      - task: UsePythonVersion@0
+        inputs:
+          versionSpec: '3.9'

Review Comment:
   Does it mean that since 1.16, users who want to run pyflink in m1 mac should at least install python3.9? 



-- 
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: issues-unsubscribe@flink.apache.org

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