Kaggle - 错误:找不到满足 ktrain 要求的版本(来自版本:无)

问题描述 投票:0回答:0

我正在尝试将 Google Collab 脚本执行到 Kaggle 中,当我使用时:

%pip install ktrain -q

我得到:

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 0x7f4765d7d050>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/ktrain/
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 0x7f4765d7d4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/ktrain/
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 0x7f4765d7dc50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/ktrain/
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 0x7f4765d7df90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/ktrain/
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 0x7f4765d91410>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/ktrain/
ERROR: Could not find a version that satisfies the requirement ktrain (from versions: none)
ERROR: No matching distribution found for ktrain

我该如何解决这个问题?

python machine-learning pip kaggle
© www.soinside.com 2019 - 2024. All rights reserved.