anthonydresser / testissues

0 stars 0 forks source link

Not able to install / configure the Notebook dependencies (timeout accessing pypi.org #5034

Open anthonydresser opened 3 years ago

anthonydresser commented 3 years ago

Steps to Reproduce:

I’m having problems setting up notebook dependencies extension when I'm changing the Kernel of a notebook from the Default SQL to Pyspark:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000254CD381470>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000254CD381668>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000254CD3815F8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000254CD3813C8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000254CD381400>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/ ERROR: Could not find a version that satisfies the requirement pip==19.2.3 (from versions: none) ERROR: No matching distribution found for pip==19.2.3

I don't have internet access to https://pypi.org/. Is there a way to install all dependencies in an offline way?

Best Regards, Luís.