I am new to Django. I got a Django rest project. When i run it, an error shows as
from django.utils.importlib import import_module
ImportError: No module named importlib
I tried installing importlib with the command
pip install importlib
Then it shows
Requirement already satisfied: importlib in ./lib/python2.7/site-packages/gcm/utils.py"
So how coild i install importlib package?