-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
error while loading shared libraries: libomp.so.5 #4498
Comments
Hi, when I installed libomp5 it worked for me: apt-get install libomp5 br |
Got same problem when running on machine with no root permissions (so I can't install libomp5). EDIT |
Same issue when running official 0.9.12 container. There's no issue with 0.9.11. Installation of |
Deployed the |
It might be related to the graphics driver in Ubuntu. Still not able to run the container over Vulcan backend. What is your system environment? |
Fixed the above crash by Created P.R. #4538 to add the missing dependency. Albeit, it might be wiser to investigate 'why' this dependency now exists and / or consider static linking it since our Ubuntu 20.04 image didn't have this library when we tried running it 'bare metal'. |
Thank you, the "-RenderOffscreen" option fixed my problem (I didn't notice the change) |
More CLI of interest to those doing headless / xorg-less vulkan rendering... you can select which GPU to render on by using e.g. |
Looks like the P.R. was accepted into the dev branch, any chance we can get the 0.9.12 image rebuilt and pushed to dockerhub such that it will work out of the box? |
Hi, I have carla 0.9.12 installed on ubuntu. Carla was installed using "pip3 install carla" Any help is appreciated. |
Solved my issue by executing the following two lines: sudo apt-get update |
Hi, carlasim/carla:0.9.12 Thanks for all the reports |
Why not static link |
@bernatx It is fixed in the docker images, but not in the 0.9.12 and 0.9.13 release builds people fetch from Github. Could you fix those as well? |
I faced this issue with 0.9.13 on Fedora 35. I had to install libomp-devel and then soft-link |
@bernatx Could you give an update whether the issue with the libomp.so.5 library has been fixed or will be fixed for the versions 0.9.12 and 0.9.13 release builds which people fetch from GitHub ? |
Worked for me Thank you |
CARLA version: 0.9.12
Platform/OS: ubuntu-18.04.1
Problem you have experienced: when i run in docker, i get the error.
What you expected to happen: /home/carla/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping: error while loading shared libraries: libomp.so.5: cannot open shared object file: No such file or directory
Steps to reproduce:
Other information (documentation you consulted, workarounds you tried):
docker pull carlasim/carla:0.9.12
sudo docker run --privileged --gpus all --net=host -v /tmp/.X11-unix:/tmp/.X11-unix:rw carlasim/carla:0.9.12 /bin/bash ./CarlaUE4.sh -RenderOffScreen
then i get the error:
/home/carla/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping: error while loading shared libraries: libomp.so.5: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: