Defaulting to user installation because normal site-packages is not writeable : While nstallinng DjangoCorsHeaders

$ pip3 install django-cors-headers $ Defaulting to user installation because normal site-packages is not writeable

I got this Error .

I tried $ python3.10 -m pip install django-cors-headers But it's not works for mycase .

Back to Top