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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16785514#comment-16785514 ] 

Ismael Attoumani commented on BEAM-6765:
----------------------------------------

Hello,

I am running into the same issue. However if I remove apache-beam from my requirements I'am starting to get import errors in the runners. How did you manage to get it running ? 

> 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
>             Fix For: 2.10.0
>
>
> 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)