Open nenadilic84 opened 10 months ago
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:
Before downloading CARLA, install the necessary system dependency:
sudo apt-get -y install libomp5
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
Unpack the downloaded file to /opt/carla-simulator/
:
tar -xzvf CARLA_0.9.15.tar.gz -C /opt/carla-simulator/
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)
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
In Ubuntu 20.04 can't connect to server now
Same issue
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 ?
Same issue
did you solve it ?
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:
Output:
Documentation I was following: https://carla.readthedocs.io/en/0.9.15/start_quickstart/