Instalei o Python 3.4 e o Python 3.6 em minha máquina local com sucesso, mas não consigo instalar os pacotes com pip3.
Quando executo pip3 install <package>, recebo o seguinte erro relacionado ao SSL :
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>
Como posso corrigir minha instalação do Python3.x para poder instalar os pacotes pip install <package>?
pip3 install --upgrade pipver se você recebe a mesma mensagem ou não.
sudo apt-get install python3-pip??