carla-simulator / carla

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

Unable to create a Docker image containing a compiled version of Unreal Engine #6498

Open ZubeenK opened 1 year ago

ZubeenK commented 1 year ago

Platform/OS: Linux (ubuntu 20.04) Problem you have experienced: Failed to download 'http://cdn.unrealengine.com/dependencies/UnrealEngine-12372779-e1515af26c634d2a8ade60b1afd1f065/01bb78539fc8dda386d45f9b5615f9a1e8ca5d94' when trying to create docker image Steps to reproduce: Reference link to follow the step: https://github.com/carla-simulator/carla/blob/master/Util/Docker/README.md I am getting Failed to download 'http://cdn.unrealengine.com/dependencies/UnrealEngine-12372779-e1515af26c634d2a8ade60b1afd1f065/01bb78539fc8dda386d45f9b5615f9a1e8ca5d94' error, when I try to run the command: ue4-docker build 4.24.3 --no-engine --no-minimal ue4-docker version: 0.0.98 Other information (documentation you consulted, workarounds you tried): Tried newer version of ue4-docker, changed the unreal engine version to 26.0, but still getting the same error.

image

Does anyone know how to resolve this issue?

chenhengwei1999 commented 8 months ago

Hi, I met this issue today. After I execute the command which are used to build Unreal Engine, the errors would occur:

Command what I use:

ue4-docker build 4.24.3 --no-minimal

Terminal's output:

Failed to download 'http://cdn.unrealengine.com/dependencies/UnrealEngine-18298425/0107275f6001142a756fd31da3aef73c3cf3e703': remote server returns Error: (403) Forbidden. (WebException)

According to this question and #issue 6486, there are troubles while access cdn.unrealengine.com. So, I am wandering if we can modify the Dockerfile under the ue4-docker command? After that, we can solve this problem. Have you any solutions for it, ZubeenK?

muety commented 4 months ago

Same problem here.

bropde commented 1 month ago

Same here