You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 --version
++ grep -Eo '[0-9]+.[0-9]+.[0-9]+'
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 ....
The text was updated successfully, but these errors were encountered: