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 "oauth2client", dependencies need to be update. #71

Open
iColdPlayer opened this issue Apr 18, 2020 · 0 comments
Open

Comments

@iColdPlayer
Copy link

iColdPlayer commented Apr 18, 2020

How did you manage this project up and running on your server?
Currently, I'm using Ubuntu 18.04, and Python-3.8.

The error:

portal/peeldb/models.py", line 8, in <module>
from oauth2client.contrib.django_util.models import CredentialsField
ModuleNotFoundError: No module named 'oauth2client'

After installing the oauth2client, I got this error message:

from django.core import urlresolvers
ImportError: cannot import name 'urlresolvers' from 'django.core'

Cause I think this package is not updated anymore due to its repository deprecated and has been archived since the from django.urls import reverse is removed from django-2.0 version and replaced with from django.urls import reverse.

Answer from StackOverflow.

What do I miss here?

@iColdPlayer iColdPlayer changed the title No modules name "oauth2client", dependencies need to be update. No modules named "oauth2client", dependencies need to be update. Apr 18, 2020
@iColdPlayer iColdPlayer changed the title No modules named "oauth2client", dependencies need to be update. No module named "oauth2client", dependencies need to be update. Apr 18, 2020
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