You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beam.apache.org by OrielResearch Eila Arich-Landkof <ei...@orielresearch.org> on 2018/04/05 15:51:52 UTC

Beam modules are not recognized after dataflow SDK upgrade

Hello,

It is probably a FAQ question:

After executing:
*pip install --upgrade google-cloud-dataflow *

The following command fires unrecognized module error:
from apache_beam.options.pipeline_options import GoogleCloudOptions

Could you please advice what is the way to get rid of that message. I tried
*pip install --upgrade apache-beam *

and it didn't solve the issue.
any hint is highly appreciated

Thanks,

-- 
Eila
www.orielresearch.org
https://www.meetup.com/Deep-Learning-In-Production/

Re: Beam modules are not recognized after dataflow SDK upgrade

Posted by OrielResearch Eila Arich-Landkof <ei...@orielresearch.org>.
I am using on the google datalab  default environment. This is preinstalled
on the machine and I was trying to update the version
Thanks,
Eila

On Thu, Apr 5, 2018 at 4:14 PM Chamikara Jayalath <ch...@google.com>
wrote:

> Did you get this error when running a pipeline ? Can you try installing
> google-cloud-dataflow on a fresh virtual environment ?
>
> Thanks,
> Cham
>
>
> On Thu, Apr 5, 2018 at 8:51 AM OrielResearch Eila Arich-Landkof <
> eila@orielresearch.org> wrote:
>
>> Hello,
>>
>> It is probably a FAQ question:
>>
>> After executing:
>> *pip install --upgrade google-cloud-dataflow *
>>
>> The following command fires unrecognized module error:
>> from apache_beam.options.pipeline_options import GoogleCloudOptions
>>
>> Could you please advice what is the way to get rid of that message. I
>> tried
>> *pip install --upgrade apache-beam *
>>
>> and it didn't solve the issue.
>> any hint is highly appreciated
>>
>> Thanks,
>>
>> --
>> Eila
>> www.orielresearch.org
>> https://www.meetup.com/Deep-Learning-In-Production/
>>
> --
Eila
www.orielresearch.org
https://www.meetup.com/Deep-Learning-In-Production/

Re: Beam modules are not recognized after dataflow SDK upgrade

Posted by Chamikara Jayalath <ch...@google.com>.
Did you get this error when running a pipeline ? Can you try installing
google-cloud-dataflow on a fresh virtual environment ?

Thanks,
Cham

On Thu, Apr 5, 2018 at 8:51 AM OrielResearch Eila Arich-Landkof <
eila@orielresearch.org> wrote:

> Hello,
>
> It is probably a FAQ question:
>
> After executing:
> *pip install --upgrade google-cloud-dataflow *
>
> The following command fires unrecognized module error:
> from apache_beam.options.pipeline_options import GoogleCloudOptions
>
> Could you please advice what is the way to get rid of that message. I
> tried
> *pip install --upgrade apache-beam *
>
> and it didn't solve the issue.
> any hint is highly appreciated
>
> Thanks,
>
> --
> Eila
> www.orielresearch.org
> https://www.meetup.com/Deep-Learning-In-Production/
>