Ankur Goenka created BEAM-3486:
----------------------------------
Summary: Progress reporting for python sdk fix
Key: BEAM-3486
URL: https://issues.apache.org/jira/browse/BEAM-3486
Project: Beam
Issue Type: Improvement
Components: sdk-py-core
Reporter: Ankur Goenka
Assignee: Ankur Goenka
Fix For: 2.3.0
[sdk_worker|https://github.com/apache/beam/blob/a33c717dbb9b25485218b135a78b5cdb3f8239c9/sdks/python/apache_beam/runners/worker/sdk_worker.py#L30]
is importing [futures|https://pypi.python.org/pypi/futures] module without
declaring it in
[setup.py|https://github.com/apache/beam/blob/a33c717dbb9b25485218b135a78b5cdb3f8239c9/sdks/python/setup.py#L97]
Adding the futures dependency to fix the dependencies.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)