Sergio Fernández created BEAM-1368:
--------------------------------------
Summary: Python setups 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
Affects Versions: 0.5.0
Reporter: Sergio Fernández
Assignee: Ahmet Altay
Priority: Trivial
Fix For: 0.6.0
As [~balduncle] reported at
{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)