在运行lerobot
时遇到了下面的报错
requests.exceptions.ConnectionError: (MaxRetryError(“HTTPSConnectionPool(host=‘huggingface.co’, port=443): Max retries exceeded with url: /api/datasets/lerobot/pusht/refs (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f65edb95a80>: Failed to establish a new connection: [Errno 101] Network is unreachable’))”), ‘(Request ID: 30884bc4-d8cb-45b7-b1bf-7fbf5ad6fa33)’)
原因是连接huggingface超时
解决办法
设置代理镜像即可
export HF_ENDPOINT=https://hf-mirror.com