You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Barry Hart (JIRA)" <ji...@apache.org> on 2019/03/04 13:52:00 UTC

[jira] [Updated] (BEAM-6765) Beam 2.10.0 for Python requires pyarrow 0.11.1, which is not

     [ https://issues.apache.org/jira/browse/BEAM-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barry Hart updated BEAM-6765:
-----------------------------
    Summary: Beam 2.10.0 for Python requires pyarrow 0.11.1, which is not   (was: Beam 2.10.0 for Python requires pyarrow 0.11.1, which is not available on )

> Beam 2.10.0 for Python requires pyarrow 0.11.1, which is not 
> -------------------------------------------------------------
>
>                 Key: BEAM-6765
>                 URL: https://issues.apache.org/jira/browse/BEAM-6765
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>    Affects Versions: 2.10.0
>            Reporter: Barry Hart
>            Priority: Major
>
> When trying to run a Beam 2.10.0 job, I get the following error:
> {noformat}
> Collecting pyarrow==0.11.1 (from -r requirements.txt (line 51))
> Could not find a version that satisfies the requirement pyarrow==0.11.1 (from -r requirements.txt (line 51)) (from versions: 0.9.0, 0.10.0, 0.11.0, 0.12.1)
> No matching distribution found for pyarrow==0.11.1 (from -r requirements.txt (line 51))
> {noformat}
> It appears this version does not exist.
> In fact, given [this requirement|https://github.com/apache/beam/blob/v2.10.0/sdks/python/setup.py#L119] in {{setup.py}}, it appears no compatible version exists at this time. (See the list of available versions above.)
> {code}
>     ('pyarrow>=0.11.1,<0.12.0; python_version >= "3.0" or '
>      'platform_system != "Windows"'),
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)