dist.carla.org - connection timed out
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/
Same issue for me...
I've encountered the same issue. According to #6332, the server seems to be down for more than half a year.
Thanks for info. I am trying to follow instructions with comiling of files but stuck now with Unreal engine Editor.
same question
Got the same problem here.
Same problem
Still the same problem.
Still the same problem
same problem,It hasn't been fixed yet
same problem...
@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!
same issue...anyone tried 18.04? or it's just a common issue for Debian install?
same issue in 20.04
same issue...anyone tried 18.04? or it's just a common issue for Debian install?
Same problem in ubuntu 18.04,.
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
same issue (ubuntu 20.04)