Assuming you run this under beam/sdks/python, since I use zsh, I have to do
this `pip install -e ".[gcp,test]"`.

On Fri, Jan 5, 2024 at 1:33 AM G Gautam <gautamr...@gmail.com> wrote:

> Hi everyone,
>
> Need help in setting beam locally.
>
> When trying to setup locally
> on entering this command: pip install -e .[gcp,test]
> I am getting: no matches found: .[gcp,test]
> am i missing anything
>
> I am following this steps
> -------------------------------------------------------------------------
> $ python3 -m venv ~/.virtualenvs/env
>
> # Activate virtual environment.
> $ . ~/.virtualenvs/env/bin/activate
>
> # Upgrade other tools. (Optional)
> pip install --upgrade pip
> pip install --upgrade setuptools
>
> # Install Apache Beam package in editable mode.
> (env) $ pip install -e .[gcp,test]
> -------------------------------------------------------------------------
> Slack link
> <https://the-asf.slack.com/archives/CBDNLQZM1/p1704358998796409>
>
> Thanks,
>
> Gautam
>
> [image: Please consider the environment before printing]
>

Reply via email to