Hi.
I'm trying to install googlemaps library in 2.7 with the following command:
pip2.7 install -U googlemaps
Everything's ok until it tries to install urlllib3, it throws me the following error:
OSError: [Errno 13] Permission denied.
Why is it happening?
Thanks in advance