"Le module SSL en Python n'est pas disponible" lors de l'installation du paquet avec pip3

J'ai installer Python Python 3.4 et 3.6 sur ma machine locale avec succès, mais je suis incapable d'installer des paquets avec pip3.

Quand j'execute pip3 install <package>j'ai le liés au protocole SSL erreur:

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting <package>
  Could not fetch URL https://pypi.python.org/simple/<package>/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
  Could not find a version that satisfies the requirement <package> (from versions: )
No matching distribution found for <package>

Comment puis-je réparer mon Python3.l'installation de x, de sorte que je peux installer des paquets avec pip install <package>?

source d'informationauteur Mary Wee