carla icon indicating copy to clipboard operation
carla copied to clipboard

dist.carla.org - connection timed out

Open nenadilic84 opened this issue 2 years ago • 21 comments

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/

nenadilic84 avatar Dec 20 '23 14:12 nenadilic84

Same issue for me...

mmezl avatar Dec 21 '23 13:12 mmezl

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

nayuta-yanagisawa avatar Dec 22 '23 07:12 nayuta-yanagisawa

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

mmezl avatar Dec 22 '23 11:12 mmezl

same question

CMakey avatar Dec 27 '23 08:12 CMakey

Got the same problem here.

QuteSaltyFish avatar Jan 02 '24 17:01 QuteSaltyFish

Same problem

wangziyi2016 avatar Jan 03 '24 03:01 wangziyi2016

Still the same problem.

johndahl avatar Jan 12 '24 09:01 johndahl

Still the same problem

extendedkalman avatar Jan 17 '24 00:01 extendedkalman

same problem,It hasn't been fixed yet

QingMounta avatar Jan 19 '24 09:01 QingMounta

same problem...

DeepDuke avatar Jan 20 '24 15:01 DeepDuke

@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!

DeepDuke avatar Jan 20 '24 16:01 DeepDuke

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

Alionlion avatar Jan 22 '24 00:01 Alionlion

same issue in 20.04

haduoken avatar Jan 24 '24 06:01 haduoken

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

Same problem in ubuntu 18.04,.

Vandor1 avatar Jan 24 '24 15:01 Vandor1

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

nenadilic84 avatar Jan 24 '24 16:01 nenadilic84

same issue (ubuntu 20.04)

kamilkurach avatar Feb 10 '24 19:02 kamilkurach