-
Notifications
You must be signed in to change notification settings - Fork 6
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
libpy_nvblox.so: undefined symbol: _ZNK6nvblox6Mapper13saveLayerCakeERKSs #10
Comments
Hi, same problem, I have built the project successfully, but keep facing the same issue when launching with Isaac Sim. `Traceback (most recent call last): File "/home/USER/Desktop/Omniverse/curobo/examples/isaac_sim/collision_checker.py", line 205, in File "/home/USER/Desktop/Omniverse/curobo/examples/isaac_sim/collision_checker.py", line 138, in main File "/home/USER/Desktop/Omniverse/curobo/src/curobo/wrap/model/robot_world.py", line 105, in load_from_config File "/home/USER/Desktop/Omniverse/curobo/src/curobo/geom/sdf/utils.py", line 27, in create_collision_checker File "/home/USER/Desktop/Omniverse/curobo/src/curobo/geom/sdf/world_blox.py", line 56, in init File "/home/USER/Desktop/Omniverse/curobo/src/curobo/geom/sdf/world_voxel.py", line 36, in init File "/home/USER/Desktop/Omniverse/curobo/src/curobo/geom/sdf/world_mesh.py", line 62, in init File "/home/USER/Desktop/Omniverse/curobo/src/curobo/geom/sdf/world.py", line 517, in init File "/home/USER/Desktop/Omniverse/curobo/src/curobo/geom/sdf/world_blox.py", line 76, in load_collision_model File "/home/USER/Desktop/Omniverse/pkgs/nvblox_torch/src/nvblox_torch/mapper.py", line 45, in init File "/home/USER/Desktop/Omniverse/pkgs/nvblox_torch/src/nvblox_torch/mapper.py", line 25, in get_nvblox_mapper_class File "/home/USER/Desktop/Omniverse/Lib/isaac_sim-2023.1.0-hotfix.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.lx64/torch-2-0-1/torch/_classes.py", line 51, in load_library File "/home/USER/Desktop/Omniverse/Lib/isaac_sim-2023.1.0-hotfix.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.lx64/torch-2-0-1/torch/_ops.py", line 643, in load_library File "/home/USER/Desktop/Omniverse/Lib/isaac_sim-2023.1.0-hotfix.1/kit/python/lib/python3.10/ctypes/init.py", line 377, in init OSError: /home/USER/Desktop/Omniverse/pkgs/nvblox_torch/src/nvblox_torch/bin/libpy_nvblox.so: cannot open shared object file: No such file or directory |
I also face the same problem :OSError: /home/user/pkgs/nvblox_torch/src/nvblox_torch/bin/libpy_nvblox.so: undefined symbol: _ZN3c104impl3cow11cow_deleterEPv but my undefined symbol is different from @balasubramani0395 |
same problem.. :/pkgs/nvblox_torch/src/nvblox_torch/bin/libpy_nvblox.so: undefined symbol: _ZNK6nvblox6Mapper13saveLayerCakeERKSs |
use a new conda enviroment WHOSE torch version could match this demand |
hi, which version of torch can solve this problem? thanks!!! |
I can't quite remember. You could try checking the PyTorch version in the official omni_python, or a version of Torch that matches your computer's CUDA. Remember to reinstall nvblox after creating a new environment. |
Hi, I'm experiencing the same error. |
Hi,
I have built this project successfully. But I face this issue
I saw your comment on another issue to use docker. I have installed curobo, nvblox, nvblox_torch successfully with isaac_sim omni_python. Can I modify the python to omni_python in dockerfile and use local isaac_sim installation to build and run with the docker you suggested?
Is there any other way to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered: