Home Forums Main Forums Python Forum Cannot properly use pip install through Kaggle

  • Cannot properly use pip install through Kaggle

     Datura updated 2 years, 10 months ago 2 Members · 2 Posts
  • EricHu

    Member
    May 3, 2021 at 6:23 pm
    Up
    0
    Down

    Hi everyone,

    I tried to install xlrd and openpyxl through Kaggle. Please see the code:

    !pip install xlrd
    !pip install openpyxl

    However, the installation is not successful, here is the error:

    WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe0ab2681d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/xlrd/
    WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe0ab268610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/xlrd/
    WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe0ab2689d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/xlrd/
    WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe0ab268d90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/xlrd/
    WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe0ab27e710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/xlrd/
    ERROR: Could not find a version that satisfies the requirement xlrd
    ERROR: No matching distribution found for xlrd

    I tried using different computers and the internet, but it was still not working.

    Really appreciate it if any advice or suggestion provided.

  • Datura

    Member
    May 4, 2021 at 10:55 am
    Up
    0
    Down

    It is so weird, no clue!

Log in to reply.

Original Post
0 of 0 posts June 2018
Now