You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Justin Johnson (JIRA)" <ji...@apache.org> on 2017/01/31 23:48:51 UTC

[jira] [Commented] (BEAM-1251) Python 3 Support

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

Justin Johnson commented on BEAM-1251:
--------------------------------------

Is Python 3 support a goal for this project?  If so, how would you like to track tickets for this?  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.

{noformat}
$ 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
{noformat}

Thanks.

> Python 3 Support
> ----------------
>
>                 Key: BEAM-1251
>                 URL: https://issues.apache.org/jira/browse/BEAM-1251
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py
>            Reporter: Eyad Sibai
>            Assignee: Ahmet Altay
>            Priority: Trivial
>
> I have been trying to use google datalab with python3. As I see there are several packages that does not support python3 yet which google datalab depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



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