Tôi đã cài đặt thành công Python 3.4 và Python 3.6 trên máy cục bộ của mình nhưng không thể cài đặt các gói với pip3.
Khi tôi thực hiện pip3 install <package>, tôi nhận được những điều sau lỗi liên quan đến 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>Làm cách nào để sửa lỗi cài đặt Python3.x của tôi để tôi có thể cài đặt các gói với pip install <package> ?
pip3 install --upgrade pipvà xem liệu bạn có nhận được thông báo tương tự hay không.
                
sudo apt-get install python3-pip??