You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Alan Myrvold (JIRA)" <ji...@apache.org> on 2018/05/31 16:55:00 UTC

[jira] [Commented] (BEAM-4282) :beam-sdks-python-container:docker fails with cython error

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

Alan Myrvold commented on BEAM-4282:
------------------------------------

Fixed in https://github.com/apache/beam/pull/5375

> :beam-sdks-python-container:docker fails with cython error
> ----------------------------------------------------------
>
>                 Key: BEAM-4282
>                 URL: https://issues.apache.org/jira/browse/BEAM-4282
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>    Affects Versions: 2.5.0
>            Reporter: Alan Myrvold
>            Assignee: Alan Myrvold
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Started failing with [BEAM-3981] Futurize coders subpackage #5053
> ./gradlew :beam-sdks-python-container:docker --info
> Fails with:
> Might be due to the version of cython in the Dockerfile? "You are using version 0.27.2 of cython. However, version 0.28.1 is recommended."
>  
>     /tmp/pip-req-build-77LZDu/setup.py:78: UserWarning: You are using version 0.27.2 of cython. However, version 0.28.1 is recommended.
>       _CYTHON_VERSION, REQUIRED_CYTHON_VERSION
>     
>     Error compiling Cython file:
>     ------------------------------------------------------------
>     ...
>     except NameError:   # Python 3
>       long = int
>       unicode = str
>     
>     
>     class CoderImpl(object):
>     ^
>     ------------------------------------------------------------
>     
>     apache_beam/coders/coder_impl.py:69:0: 'object' is not a type name



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