[ 
https://issues.apache.org/jira/browse/BEAM-10982?focusedWorklogId=608960&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-608960
 ]

ASF GitHub Bot logged work on BEAM-10982:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/21 06:47
            Start Date: 09/Jun/21 06:47
    Worklog Time Spent: 10m 
      Work Description: odidev commented on a change in pull request #14832:
URL: https://github.com/apache/beam/pull/14832#discussion_r648013282



##########
File path: .github/workflows/build_wheels.yml
##########
@@ -199,16 +199,22 @@ jobs:
         run: gsutil cp -r -a public-read source/* ${{ env.GCP_PATH }}
 
   build_wheels:
-    name: Build python wheels on ${{ matrix.os_python.os }}
+    name: Build python wheels on ${{matrix.arch}} for ${{ matrix.os_python.os 
}}
     needs: build_source
+    env:
+      CIBW_ARCHS_LINUX: ${{matrix.arch}}
     runs-on: ${{ matrix.os_python.os }}
     strategy:
       matrix:
         os_python: [
-          {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-*"},
-          {"os": "macos-latest", "python": "cp36-* cp37-* cp38-*"},
-          {"os": "windows-latest", "python": "cp36-* cp37-* cp38-*"},
+          {"os": "ubuntu-latest", "python": "cp36-* cp37-* cp38-* cp39-*"},

Review comment:
       Ok, I have removed py39.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 608960)
    Time Spent: 50m  (was: 40m)

> Wheel support for linux aarch64
> -------------------------------
>
>                 Key: BEAM-10982
>                 URL: https://issues.apache.org/jira/browse/BEAM-10982
>             Project: Beam
>          Issue Type: New Feature
>          Components: build-system, sdk-py-core
>            Reporter: odidev
>            Priority: P3
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> *Summary*
> Installing apache-beam on aarch64 via pip using command "pip3 install 
> apache-beam" tries to build wheel from source code
> *Problem description*
> apache-beam doesn't have wheel for aarch64 on PyPI repository. So, while 
> installing apache-beam via pip on aarch64, pip builds wheel for same 
> resulting in it takes more time to install apache-beam. Making wheel 
> available for aarch64 will benefit aarch64 users by minimizing apache-beam 
> installation time.
> *Expected Output*
> Pip should be able to download apache-beam wheel from PyPI repository rather 
> than building it from source code.
> @apache-beam-team, please let me know if I can help you building 
> wheel/uploading to PyPI repository. I am curious to make apache-beam wheel 
> available for aarch64. It will be a great opportunity for me to work with you.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to