|
发表于 2022-3-17 09:38:27
|
显示全部楼层
大佬,这两天kaggle出现了一点问题,依赖无法安装,所有pip均无法进行
报错信息:
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 0x7f6d0dd63990>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/h5py/
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 0x7f6d0dd7e350>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/h5py/
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 0x7f6d0dd7e710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/h5py/
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 0x7f6d0dd7ead0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/h5py/
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 0x7f6d0dd7ee90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/h5py/
ERROR: Could not find a version that satisfies the requirement h5py==2.10.0 (from versions: none)
ERROR: No matching distribution found for h5py==2.10.0
colab可以正常进行,应该是kaggle的问题,请问大佬如何解决 |
|