[jira] [Comment Edited] (BEAM-1251) Python 3 Support

2017-02-01 Thread Justin Johnson (JIRA)

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

Justin Johnson edited comment on BEAM-1251 at 2/1/17 1:12 PM:
--

Excellent!  Thanks [~wikier].  I'll follow your lead and submit Python 3 
related tickets when I run into them unless I hear otherwise.


was (Author: balduncle):
Excellent!  Thanks [~sergio.fernandes].  I'll follow your lead and submit 
Python 3 related tickets when I run into them unless I hear otherwise.

> 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)


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

2017-02-01 Thread Justin Johnson (JIRA)

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

Justin Johnson commented on BEAM-1251:
--

Excellent!  Thanks [~sergio.fernandes].  I'll follow your lead and submit 
Python 3 related tickets when I run into them unless I hear otherwise.

> 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)


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

2017-01-31 Thread Justin Johnson (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)