Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble with building CARLA UE5 #8591

Open
goosebuums opened this issue Jan 20, 2025 · 1 comment
Open

Having trouble with building CARLA UE5 #8591

goosebuums opened this issue Jan 20, 2025 · 1 comment
Assignees

Comments

@goosebuums
Copy link

Hello, I am trying to build carla UE5 0.10.0 with my ubuntu 22.04 computer
my computer
CPU:Intel® Core™ i9-14900KF × 32
GPU: Geforce RTX4060Ti
RAM:128GB

I have an trouble executing this command:./CarlaSetup.sh --interactive

and the full error popping in the terminal is like this:

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

  • CMAKE_MINIMUM_VERSION=3.28.0
  • check_cmake_version 3.28.0 cmake
    ++ cmake --version
    ++ grep -Eo '[0-9]+.[0-9]+.[0-9]+'
  • CMAKE_VERSION=3.31.4
  • CMAKE_MINIMUM_VERSION=3.28.0
  • MAJOR=3
  • REMAINDER=31.4
  • MINOR=31
  • REVISION=4
  • MINIMUM_MAJOR=3
  • MINIMUM_REMAINDER=28.0
  • MINIMUM_MINOR=28
  • '[' -z 3.31.4 ']'
  • '[' 3 -gt 3 ']'
  • '[' 3 -eq 3 ']'
  • '[' 31 -gt 28 ']'
  • true
  • echo 'Found CMake 3.28.0'
    Found CMake 3.28.0
    Found CARLA content.
    Found CARLA Unreal Engine at /home/a/CarlaUE5/UnrealEngine5_carla. Assuming already built...
    Configuring the CARLA CMake project...
    CMake Error at CMake/LinuxToolchain.cmake:23 (message):
    The specified Carla Unreal Engine 5 path does not exist ("").
    Call Stack (most recent call first):
    Build/CMakeFiles/3.31.4/CMakeSystem.cmake:6 (include)
    CMakeLists.txt:40 (project)

-- Configuring incomplete, errors occurred!

I think the bashrc is written properly, and I have no idea what is wrong with the system.

#CARLA CMake 3.28.3
PATH=/opt/cmake-3.28.3-linux-x86_64/bin:$PATH

#CARLA UnrealEngine5

#CARLA UnrealEngine5
export CARLA_UNREAL_ENGINE_PATH=/home/a/UnrealEngine5_carla

export CARLA_UNREAL_ENGINE_PATH=/home/a/CarlaUE5/UnrealEngine5_carla
export UE_ROOT=/home/a/SUnrealEngine5_carla

these are the bashrc codes for the environment settings.

Hope I can solve this ....

@PabloVD
Copy link
Contributor

PabloVD commented Jan 21, 2025

Note that you have two different export CARLA_UNREAL_ENGINE_PATH. Also, you need to build the UE5 engine before building Carla, have you done that? Ensure that you are in the ue5-dev-carla branch of the engine, using this fork.

@PabloVD PabloVD self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants