GoogleCloudPlatform/DataflowPythonSDK

Dataflow 0.4 doesn't work

gpopovic opened this issue · 2 comments

I get this error... while trying to push to dataflow

INFO:root:Executing command: ['pip', 'install', '--download', '/tmp/tmpuYFp4n', 'google-cloud-dataflow==0.4.0', '--no-binary', ':all:', '--no-deps']

Usage:   
  pip install [options] <requirement specifier> ...
  pip install [options] -r <requirements file> ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: --no-binary

This is working fine for me. Can you send us the output of "pip --version"? You should be using at least version 8.

@charlesccychen thanks, fixed after updating pip