carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.34k stars 3.68k forks source link

dist.carla.org - connection timed out #7017

Open nenadilic84 opened 10 months ago

nenadilic84 commented 10 months ago

CARLA version: 0.9.15 Platform/OS: Ubuntu 20.04 Problem you have experienced: Not able to connect to dist.carla.org:80 (34.227.255.250), connection timed out What you expected to happen: successful connection Steps to reproduce:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1AF1527DE64CB8D9
sudo add-apt-repository "deb [arch=amd64] http://dist.carla.org/carla $(lsb_release -sc) main"

Output:

Err:10 http://dist.carla.org/carla focal InRelease                                                                                                                                                                          
  Could not connect to [dist.carla.org:80](http://dist.carla.org/) (34.227.255.250), connection timed out
Fetched 115 kB in 30s (3.788 B/s)                
Reading package lists... Done
W: Failed to fetch http://dist.carla.org/carla/dists/focal/InRelease  Could not connect to [dist.carla.org:80](http://dist.carla.org/) (34.227.255.250), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.

Documentation I was following: https://carla.readthedocs.io/en/0.9.15/start_quickstart/

mmezl commented 10 months ago

Same issue for me...

nayuta-yanagisawa commented 10 months ago

I've encountered the same issue. According to #6332, the server seems to be down for more than half a year.

mmezl commented 10 months ago

Thanks for info. I am trying to follow instructions with comiling of files but stuck now with Unreal engine Editor.

CMakey commented 10 months ago

same question

QuteSaltyFish commented 10 months ago

Got the same problem here.

wangziyi2016 commented 10 months ago

Same problem

johndahl commented 10 months ago

Still the same problem.

yalindem commented 9 months ago

Still the same problem

QingMounta commented 9 months ago

same problem,It hasn't been fixed yet

DeepDuke commented 9 months ago

same problem...

DeepDuke commented 9 months ago

@nsubiron @bernatx @Axel1092 @marcgpuig @DSantosO @manishthani @yaknostoyok @doterop @felipecode @corkyw10 @pravinblaze @iFuSiiOnzZ @glopezdiest @joel-mb @adrian-ollero @jackbart94 @algababr @hiteboar @dnovillo-CVC @juaxix @germanros1987 @fdomf @LuisPoveda @MarcelPiNacy @TheNihilisticRobot @berndgassmann @MattRoweEAIF @Blyron We need your help. I think it's a urgent problem. TKS!

Alionlion commented 9 months ago

same issue...anyone tried 18.04? or it's just a common issue for Debian install?

haduoken commented 9 months ago

same issue in 20.04

Vandor1 commented 9 months ago

same issue...anyone tried 18.04? or it's just a common issue for Debian install?

Same problem in ubuntu 18.04,.

nenadilic84 commented 9 months ago

The server seems to be down for quite some time. I would suggest to add the manual instructions to main docs. Here are the steps:

1. Install Required System Dependency

Before downloading CARLA, install the necessary system dependency:

sudo apt-get -y install libomp5

2. Download the CARLA 0.9.15 Release

Download the CARLA_0.9.13.tar.gz file (approximately 16GB) from the official release:

wget https://carla-releases.s3.us-east-005.backblazeb2.com/Linux/CARLA_0.9.15.tar.gz

3. Unpack CARLA to the Desired Directory

Unpack the downloaded file to /opt/carla-simulator/:

tar -xzvf CARLA_0.9.15.tar.gz -C /opt/carla-simulator/

4. Install the CARLA Python Module

Finally, install the CARLA Python module and necessary dependencies:

python -m pip install carla==0.9.15
python -m pip install -r /opt/carla-simulator/PythonAPI/examples/requirements.txt
kamilkurach commented 9 months ago

same issue (ubuntu 20.04)

ak-maker commented 1 month ago

still cannot download from debian.

W: Failed to fetch https://dist.carla.org/carla/dists/jammy/InRelease Temporary failure resolving 'dist.carla.org'

On windows11, WSL2, ubuntu22.04

ParkJunBeom27 commented 1 month ago

In Ubuntu 20.04 can't connect to server now

brtmax commented 1 month ago

Same issue

102hit commented 3 weeks ago

still cannot download from debian.

W: Failed to fetch https://dist.carla.org/carla/dists/jammy/InRelease Temporary failure resolving 'dist.carla.org'

On windows11, WSL2, ubuntu22.04

did you solve it ?

102hit commented 3 weeks ago

Same issue

did you solve it ?