carla-simulator / carla

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

[ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.24.3-opengl-ubuntu18.04". #6646

Open aharoJ opened 11 months ago

aharoJ commented 11 months ago

I was following the Building the Docker images but I get the error [ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.24.3-opengl-ubuntu18.04"

Can anyone point me to the right direction?

I modified the script to ue4-docker build 4.24.3 --no-minimal from the original ue4-docker build 4.24.3 --no-engine --no-minimal because that argument no longer exist. -> shell error with old script: e4-docker build: error: unrecognized arguments: --no-engine

New Script: ue4-docker build 4.24.3 --no-minimal ERROR: [ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.24.3-opengl-ubuntu18.04".

my ue4-docker info: ue4-docker version: 0.0.108 (latest available version is 0.0.108) Operating system: Linux (Ubuntu 20.04.6 LTS, 5.15.0-76-generic) Docker daemon version: 24.0.4 NVIDIA Docker supported: Yes Maximum image size: No limit detected Available disk space: 168.47 GiB Total system memory: 62.64 GiB physical, 2 GiB virtual CPU: 8 physical, 16 logical (x86_64)

2019211753 commented 11 months ago

Did u solve it? I also met the question. Thanks.

aharoJ commented 10 months ago

@2019211753 no, I ended up downloading carla from source binary and it fixed it.

2019211753 commented 10 months ago

@2019211753 no, I ended up downloading carla from source binary and it fixed it.

yes, i also use the carla from source afterwards 😄

Dragoadri commented 6 months ago

How do you install carla from source binary then ??and where??

YangyangFu commented 4 months ago

I think the issue is related to this: https://forums.unrealengine.com/t/upcoming-disruption-of-service-impacting-unreal-engine-users-on-github/1155880/33.

Till now, we still cannot build 4.24, but with modification, we can build 4.25 and above using the following command:

ue4-docker build --no-minimal custom -repo=https://github.com/EpicGames/UnrealEngine.git -branch=4.27
xiaox2600 commented 2 months ago

I changed the ue4-docker version to 0.0.100, and it works. I think the new version of ue4-docker has removed the option --no-engine