I'm trying to install a client library from a company called Stripe - from their site, the command is simply: pip install --index-url https://code.stripe.com --upgrade stripe
I get the error <urlopen error Tunnel connection failed: 403 Forbidden> while getting https://code.stripe.com
Is this a deliberate policy?