Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Dataflow 0.2.7 custom commands not working #20

Closed
gpopovic opened this issue Jun 17, 2016 · 2 comments
Closed

Dataflow 0.2.7 custom commands not working #20

gpopovic opened this issue Jun 17, 2016 · 2 comments

Comments

@gpopovic
Copy link

Custom commands written in setup.py stopped working in dataflow 0.2.7.

I removed dataflow 0.2.7, installed dataflow 0.2.6 and it works.

@silviulica
Copy link
Contributor

Thanks! We switched from installing using easy_install to using pip install for the SDK package.
This does not use eggs anymore so the bdist_egg function will not be invoked anymore: https://github.com/GoogleCloudPlatform/DataflowPythonSDK/blob/master/google/cloud/dataflow/examples/complete/juliaset/setup.py#L31

We will post a workaround. Do not remember of the top of my head but there is an equivalent approach for pip install scenarios.

@charlesccychen
Copy link
Contributor

Thanks. Please refer to apache/beam#491 for an example of how to use custom commands with 0.2.7.

@gpopovic gpopovic closed this as completed Aug 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants