warehouse: SSL Error

probably due to the load testing happening right now, this happens for trying to install any package.

  Could not fetch URL https://pypi.python.org/simple/upgrade/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) - skipping
  Could not find a version that satisfies the requirement upgrade (from versions: )
No matching distribution found for upgrade

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 47 (22 by maintainers)

Most upvoted comments

To upgrade to the latest pip (9.0.3) to connect to the Python Package Index securely:

curl https://bootstrap.pypa.io/get-pip.py | python