Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error with installing apache-beam[gcp] on mac zsh terminal - “zsh: no matches found: apache-beam[gcp]”

I am using zsh, and I have installed gcloud in order to interact with GCP via local terminal on my Mac. I am encountering this error “zsh: no matches found: apache-beam[gcp]”. However, when I run the command directly on the bash terminal on the GCP console, there was no such error. How do I deal? Thank you.

like image 441
Sadeeq Akintola Avatar asked Mar 11 '20 14:03

Sadeeq Akintola


1 Answers

pip install "apache-beam[gcp]"

^ This solved the issue for me.

like image 82
Navaneeth Pk Avatar answered Oct 24 '22 01:10

Navaneeth Pk