Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no module named googleapiclient.discovery #52

Closed
hugoavaughan opened this issue Nov 28, 2018 · 2 comments
Closed

no module named googleapiclient.discovery #52

hugoavaughan opened this issue Nov 28, 2018 · 2 comments

Comments

@hugoavaughan
Copy link

Expected Behavior

As this failed on line two, I have no idea what could have happened

Actual Behavior

Fails on line 2 of quickstart.py

Steps to Reproduce the Problem

1.Run quickstart.py
2.Wait 0.0005 seconds
3.Get error message above

Specifications

  • Python version (python --3.5.3)
  • OS (raspberian v 9)
@VishnuMU
Copy link

VishnuMU commented Dec 9, 2018

I got the same issue on Mac. But noticed the below error for six happened before installing google's libraries.

  Downloading https://files.pythonhosted.org/packages/f6/25/66a49231b44409d7f07cfcf2506a8b070ce3c99fc47cc256bea833f24791/uritemplate-3.0.0-py2-none-any.whl
Requirement already satisfied, skipping upgrade: rsa>=3.1.4 in /Library/Python/2.7/site-packages (from oauth2client) (4.0)
Requirement already satisfied, skipping upgrade: pyasn1>=0.1.7 in /Library/Python/2.7/site-packages (from oauth2client) (0.4.4)
Requirement already satisfied, skipping upgrade: pyasn1-modules>=0.0.5 in /Library/Python/2.7/site-packages (from oauth2client) (0.2.2)
Requirement already satisfied, skipping upgrade: cachetools>=2.0.0 in /Library/Python/2.7/site-packages (from google-auth>=1.4.1->google-api-python-client) (3.0.0)
Installing collected packages: six, google-auth, google-auth-httplib2, uritemplate, google-api-python-client, oauth2client
  Found existing installation: six 1.4.1
Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

@erickoledadevrel
Copy link

Let's follow up in #58 instead, since I've already started troubleshooting there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants