Python Forum
pip unable to install because of missing ssl module
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip unable to install because of missing ssl module
#1
im trying to install pandas on python3.6. It seems to work fine in python2.x.

Output:
metulburr@ubuntu:~$ sudo pip3 install pandas The directory '/home/metulburr/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. The directory '/home/metulburr/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting pandas  Could not fetch URL https://pypi.python.org/simple/pandas/: 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 pandas (from versions: ) No matching distribution found for pandas metulburr@ubuntu:~$ sudo pip install pandas The directory '/home/metulburr/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/metulburr/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied: pandas in /usr/local/lib/python2.7/dist-packages Requirement already satisfied: pytz>=2011k in /usr/local/lib/python2.7/dist-packages (from pandas) Requirement already satisfied: python-dateutil in /usr/local/lib/python2.7/dist-packages (from pandas) Requirement already satisfied: numpy>=1.7.0 in /usr/lib/python2.7/dist-packages (from pandas) Requirement already satisfied: six>=1.5 in /usr/lib/python2.7/dist-packages (from python-dateutil->pandas) metulburr@ubuntu:~$ pip3 -V pip 9.0.1 from /usr/local/lib/python3.6/site-packages (python 3.6) metulburr@ubuntu:~$ pip -V pip 9.0.1 from /home/metulburr/.local/lib/python2.7/site-packages (python 2.7)
Recommended Tutorials:
Reply


Messages In This Thread
pip unable to install because of missing ssl module - by metulburr - Jun-07-2017, 09:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to install dataprep on my python notebook simplexity 0 3,612 Oct-11-2020, 01:59 AM
Last Post: simplexity
  I am unable to install NumPy in Python3.7.0 and I don't know why. kanika97_scs 4 8,079 Mar-21-2018, 08:37 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020