Forums

unable to install python-social-auth django dependency

I have a django project which i need to deploy and it uses python-social-auth dependency using pip. But unfortunately i am unable to install it here as i am getting 'permission denied'. I tried using sudo but that unfortunately doesn't work either. Can someone please help me get this working?

Use the --user flag with pip, that should fix it.