-
Notifications
You must be signed in to change notification settings - Fork 679
Description
Search before asking
- I have searched the jetson-containers issues and found no similar feature requests.
Question
我在编译镜像时,一直报错如下,路由不可达,有大佬遇到过吗?
WARNING: The index url "https=//pypi.tuna.tsinghua.edu.cn/simple" seems invalid, please provide a scheme.
Looking in indexes: https=//pypi.tuna.tsinghua.edu.cn/simple, https://pypi.jetson-ai-lab.dev/jp6/cu126
WARNING: Location 'https=//pypi.tuna.tsinghua.edu.cn/simple/pip/' is ignored: it is either a non-existing path or lacks a specific scheme.
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 0xffff997840a0>: Failed to establish a new connection: [Errno 113] No route to host')': /jp6/cu126/pip/
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 0xffff99786e00>: Failed to establish a new connection: [Errno 113] No route to host')': /jp6/cu126/pip/
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 0xffff99786c80>: Failed to establish a new connection: [Errno 113] No route to host')': /jp6/cu126/pip/
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 0xffff997865f0>: Failed to establish a new connection: [Errno 113] No route to host')': /jp6/cu126/pip/
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 0xffff99786770>: Failed to establish a new connection: [Errno 113] No route to host')': /jp6/cu126/pip/
ERROR: Could not find a version that satisfies the requirement pip (from versions: none)
ERROR: No matching distribution found for pip
The command '/bin/sh -c $TMP/install.sh' returned a non-zero code: 1
Additional
No response