You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/17 13:01:02 UTC

[jira] [Commented] (BEAM-517) Check versions of pip and cython

    [ https://issues.apache.org/jira/browse/BEAM-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582181#comment-15582181 ] 

ASF GitHub Bot commented on BEAM-517:
-------------------------------------

Github user mbuccini closed the pull request at:

    https://github.com/apache/incubator-beam/pull/1017


> Check versions of pip and cython
> --------------------------------
>
>                 Key: BEAM-517
>                 URL: https://issues.apache.org/jira/browse/BEAM-517
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py
>            Reporter: Ahmet Altay
>            Priority: Minor
>              Labels: starter
>
> Python SDK depends on pip and cython however it does not check the versions of these.
> Some of the pip flags does not exist in older versions:
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/28#issuecomment-236382953
> (Note: Even though the above issue was reported by the user in a different repo it is related to the apache beam sdk)
> Similarly with cython, SDK supports running with or without Cython. Because of that reason it is not list it as a requirement in the setup.py file. However, with an old version of cython SDK might fail.
> To avoid the above problem: In the SDK check the version of these packages and show a warning to upgrade.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)