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

Conflicting module name with google's api client interface #4

Closed
red15 opened this issue Oct 22, 2013 · 4 comments
Closed

Conflicting module name with google's api client interface #4

red15 opened this issue Oct 22, 2013 · 4 comments

Comments

@red15
Copy link

red15 commented Oct 22, 2013

http://code.google.com/p/google-api-python-client/

Both yours and google's implement 'apiclient'
Not an easy fix for either you or the other package I know.

Just wanted to report it for those that attempted 'pip install apiclient' in order to get some packages working and had failures on 'from apiclient import discover'

@red15
Copy link
Author

red15 commented Oct 22, 2013

@shazow
Copy link
Owner

shazow commented Oct 22, 2013

@red15 Thanks for the alert! I believe the most Pythonic solution is for the Google module to namespace itself accordingly. :)

@shazow shazow closed this as completed Oct 22, 2013
@smlbiobot
Copy link

How can I solve this issue? I currently have a project that uses google api client as well as this…

@shazow
Copy link
Owner

shazow commented Aug 16, 2021

@smlbiobot Sorry I don't have a good solution, please share what you discover!

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