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

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

                Author: ASF GitHub Bot
            Created on: 09/Sep/19 23:47
            Start Date: 09/Sep/19 23:47
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on pull request #9526: [BEAM-8181] 
Don't require pyarrow on Win32 installations.
URL: https://github.com/apache/beam/pull/9526#discussion_r322499989
 
 

 ##########
 File path: sdks/python/setup.py
 ##########
 @@ -129,6 +129,12 @@ def get_version():
     'typing>=3.6.0,<3.7.0; python_version < "3.5.0"',
     ]
 
+# [BEAM-8181] pyarrow cannot be installed on 32-bit Windows platforms.
 
 Review comment:
   The closest approximation may be sys_platform != 'win32', but it will omit 
the second part of the condition, and I am not sure whether it is essential.
 
----------------------------------------------------------------
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: 309378)
    Time Spent: 1h 10m  (was: 1h)

> Beam fails to install on Windows machine with 32bit interpreters due to 
> pyarrow requirements.
> ---------------------------------------------------------------------------------------------
>
>                 Key: BEAM-8181
>                 URL: https://issues.apache.org/jira/browse/BEAM-8181
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-parquet
>            Reporter: Valentyn Tymofieiev
>            Assignee: Valentyn Tymofieiev
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to