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