guardstrikelab / carla_apollo_bridge

This project aims to provide a data and control bridge for the communication between the latest version of Apollo and Carla.
Apache License 2.0
327 stars 97 forks source link

pull carla image failed #196

Open ZhanghaoLee opened 3 months ago

ZhanghaoLee commented 3 months ago

when i clone the program, i met a problem that 正克隆到 'carla_apollo_bridge'... remote: Enumerating objects: 838, done. remote: Counting objects: 100% (546/546), done. remote: Compressing objects: 100% (331/331), done. remote: Total 838 (delta 242), reused 489 (delta 207), pack-reused 292 接收对象中: 100% (838/838), 83.44 MiB | 10.89 MiB/s, 完成. 处理 delta 中: 100% (310/310), 完成. Encountered 1 file(s) that should have been pointers, but weren't: carla_bridge/carla_api/carla-0.9.14-py3.7-linux-x86_64.egg Then, i run ./docker_run_carla.sh, it turns out that error pulling image configuration: download failed after attempts=6: dial tcp 69.63.186.30:443: i/o timeout how can i solve this problem? BTW, it's a problem about docker or any other matters

cfs4819 commented 3 months ago

Maybe your proxy server or mirror server is not correctly set if you are trying pulling docker image in china.

It is recommend to install and run carla docker image first before you try this repo. So first set a correct proxy server or image mirror server so you can pull carla image correctly.

Beginner2ADAS commented 1 month ago

Maybe your proxy server or mirror server is not correctly set if you are trying pulling docker image in china.

It is recommend to install and run carla docker image first before you try this repo. So first set a correct proxy server or image mirror server so you can pull carla image correctly.

i meet the same question,but i do not know which image mirror should i set, could you please which should i set.

Beginner2ADAS commented 1 month ago

when i clone the program, i met a problem that 正克隆到 'carla_apollo_bridge'... remote: Enumerating objects: 838, done. remote: Counting objects: 100% (546/546), done. remote: Compressing objects: 100% (331/331), done. remote: Total 838 (delta 242), reused 489 (delta 207), pack-reused 292 接收对象中: 100% (838/838), 83.44 MiB | 10.89 MiB/s, 完成. 处理 delta 中: 100% (310/310), 完成. Encountered 1 file(s) that should have been pointers, but weren't: carla_bridge/carla_api/carla-0.9.14-py3.7-linux-x86_64.egg Then, i run ./docker_run_carla.sh, it turns out that error pulling image configuration: download failed after attempts=6: dial tcp 69.63.186.30:443: i/o timeout how can i solve this problem? BTW, it's a problem about docker or any other matters

do you solve this problem now?