0

Hey I'am trying to work with youtube API and for that I need to import a module, the command for importing is: from googleapiclient.discovery import build I need to install that so what i am doing is pressing this button

after pressing that it's telling me that there is an error

I have tried to go to the cmd and type pip install googleapiclient by myself but when I do that this error appears I really don't know what to do I saw this one Cannot install googleapiclient on PyCharm but I didn't understand the answer with the pycharm terminal can someone tell me what do I need to do in order to install googleapiclient

Matan
  • 1
  • 2
    Does this answer your question? [No module named googleapiclient.discovery](https://stackoverflow.com/questions/51571392/no-module-named-googleapiclient-discovery) if using python3 try `pip3 --install google-api-python-client` else `pip` I googled your topic title and found another on stackoverflow. Please look before you make a question. – GRAYgoose124 Jul 07 '20 at 00:22
  • I saw this one but when I type that in the cmd this is what happens https://imgur.com/KlsFDva – Matan Jul 07 '20 at 00:30
  • My bad remove `--install` and make it `install` – GRAYgoose124 Jul 07 '20 at 01:13
  • ok did it what happens is this long message appears https://imgur.com/ea4Mbkv and then i tried again to run the program and this is what happens https://imgur.com/Olw59ma – Matan Jul 07 '20 at 12:28

0 Answers0