You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/04/06 17:24:42 UTC

[jira] [Assigned] (BEAM-1368) Python setup should be portable to Python 3.x

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

Ahmet Altay reassigned BEAM-1368:
---------------------------------

    Assignee: Sergio Fernández

> Python setup should be portable to Python 3.x
> ---------------------------------------------
>
>                 Key: BEAM-1368
>                 URL: https://issues.apache.org/jira/browse/BEAM-1368
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Sergio Fernández
>            Assignee: Sergio Fernández
>            Priority: Trivial
>             Fix For: Not applicable
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> As [~balduncle] reported at BEAM-1251:
> {quote}
> I ran into the following right away with Python 3.6.0, for example, and would like to report issues in an appropriate manner since I imagine I'll run into more.
> {quote}
> {code:none}
> $ python setup.py sdist
> Traceback (most recent call last):
>   File "setup.py", line 38, in <module>
>     PACKAGE_VERSION = get_version()
>   File "setup.py", line 33, in get_version
>     execfile(os.path.normpath('./apache_beam/version.py'),
> NameError: name 'execfile' is not defined
> {code}
> This issues doesn't aim to make the SDK runtime compatible with Python 3.x, just trying to fix the library setup. That's another story that will be discussed at BEAM-1251.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)