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
#6
Looks like it might be a fluke in compiling. As i didnt do anything different. I saw someones suggestion that it fixed for them in just recompiling with the same config. So i tried that and it seemed to fixed the issue.
metulburr@ubuntu:~$ sudo !!
sudo pip3 install pandas
[sudo] password for metulburr: 
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.
Collecting pandas
  Downloading pandas-0.20.2-cp36-cp36m-manylinux1_x86_64.whl (24.5MB)
    100% |████████████████████████████████| 24.5MB 73kB/s 
Collecting python-dateutil>=2 (from pandas)
  Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
    100% |████████████████████████████████| 194kB 2.1MB/s 
Collecting pytz>=2011k (from pandas)
  Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
    100% |████████████████████████████████| 491kB 1.6MB/s 
Collecting numpy>=1.7.0 (from pandas)
  Downloading numpy-1.13.0-cp36-cp36m-manylinux1_x86_64.whl (17.0MB)
    100% |████████████████████████████████| 17.0MB 108kB/s 
Collecting six>=1.5 (from python-dateutil>=2->pandas)
  Downloading six-1.10.0-py2.py3-none-any.whl
Installing collected packages: six, python-dateutil, pytz, numpy, pandas
Successfully installed numpy-1.13.0 pandas-0.20.2 python-dateutil-2.6.0 pytz-2017.2 six-1.10.0

metulburr@ubuntu:~$ python3
Python 3.6.1 (default, Jun  8 2017, 06:36:16) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas
>>> exit()
Recommended Tutorials:
Reply


Messages In This Thread
RE: pip unable to install because of missing ssl module - by metulburr - Jun-08-2017, 10:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to install dataprep on my python notebook simplexity 0 3,660 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,142 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