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

Can't find pip-installed google-auth in Python 2 #26

Closed
rchen152 opened this issue Sep 21, 2018 · 0 comments
Closed

Can't find pip-installed google-auth in Python 2 #26

rchen152 opened this issue Sep 21, 2018 · 0 comments

Comments

@rchen152
Copy link
Contributor

In a Python 3.6 virtualenv:

$ pip install google-auth
$ cat foo.py
import google.auth
$ importlab --tree foo.py -V3.6
Reading 1 files
Source tree:
+ foo.py
    :: google/auth/__init__.py
    ...

But in a Python 2.7 virtualenv:

$ pip install google-auth
$ cat foo.py
import google.auth
$ importlab --tree foo.py -V2.7
Reading 1 files
Source tree:
+ foo.py
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

1 participant