Home › Forums › Main Forums › Python Forum › Cannot properly use pip install through Kaggle
-
Cannot properly use pip install through Kaggle
-
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.
Log in to reply.