import error django corsheaders import error django corsheaders python python

import error django corsheaders


Using pip :

pip install django-cors-headers

Using pipenv :

pipenv install django-cors-headers


Try This.

pip install --user django-cors-headers


I had the same problem after installed via pip. Then i downloaded source and manually installed the django-cors-headers after that the problem was gone.

Hope that helps.