You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "bot.py", line 13, in <module>
from apiclient.discovery import build
ImportError: No module named apiclient.discovery
i have google-api-python-client installed, so what do i have to do?
The text was updated successfully, but these errors were encountered:
I’ve done that, it installs, but still tells me I don’t have apiclient.discovery
Sent from Mail for Windows 10
From: Joshua Shibu
Sent: Friday, April 27, 2018 1:03 AM
To: HackerShackOfficial/AI-Smart-Mirror
Cc: rachnov55; Author
Subject: Re: [HackerShackOfficial/AI-Smart-Mirror] apiclient (#77)
you have to install google-client-api on your client site.
Try This command :
$ pip install --upgrade google-api-python-client
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
when trying to start bot.py i get this error
i have google-api-python-client installed, so what do i have to do?
The text was updated successfully, but these errors were encountered: