Continuing the discussion from [Using my own anaconda env] ModuleNotFoundError: No module named 'carb._carb':
Hi, I am using Isaac Sim with the conda environment, without any change from default.
I found that running a standalone script from out of the Isaac Sim installed directory causes such an error:
(Isaac-sim 2023.1.0 dir)/kit/kernel/py/carb/init.py", line 30, in
from _carb import *
ModuleNotFoundError: No module named ‘_carb’
Of course, I sourced the setup_conda_env.sh.
By the way, the error does not come out when I run the standalone code when the terminal directory is inside of the Isaac Sim directory. (e.g. at (Isaac Sim dir), $python ~/Documents/some_standalone.py)
I think someone else can easily fix this problem by adjusting bash files, but I am a beginner in this area, so would like to ask how to fix this error.
I would appreciate any helpful comments.