Import Error : No module named django_orm
问题 While importing CredentialsField from oauth2client.django_orm , I am getting: Import Error: No module named django_orm I've already installed the prerequisites: django-orm and python-oauth2 . 回答1: It looks like there's been a change on the OAuth2 library: Refactor all django-related code into oauth2client.contrib.django_util. Add DjangoORMStorage, remove FlowField. (#546) You can check this here. Perhaps you can try something like this (I don't get any import errors when running it, but I am