Failing to import shared object file libar.so when including omni.client

Hi all,

I would like to like to use the omni.client model for asset conversion, but when importing ._omniclient in the module’s ___init___.py, the following error is raised:

ImportError: libar.so: cannot open shared object file: No such file or directory

A libar.so file is found when I search for the file with

find / -iname libar.so

so I have no idea what could cause an importError. Any hints would be apprectiated!

Generally you need to do omniverse imports after SimulationApp starts so libraries and other packages are loaded correctly.

Can you share a simple script that reproduces the issue?

Thanks for your quick reply! Moving a misplaced import solved the issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.