[
https://issues.apache.org/jira/browse/BEAM-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848725#comment-15848725
]
Ahmet Altay commented on BEAM-1368:
-----------------------------------
I removed the fix version 0.6.0.
The reason, I think the 0.6.0 should only include 'merge python' or something
similar in its release notes and everything about Python SDK will be just new.
After 0.6.0 release we can start tracking incremental updates by using fix
version 0.7.0.
> 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: Ahmet Altay
> Priority: Trivial
> 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)