-
Hi, my system is Ubuntu 20.04, with RTX 3090 and CUDA version 12.1. I installed omnigibson v1.1.1 with pip followed the instrction on official website. The version of Isaac Sim is 4.1.0-rc.7+4.1.14801.71533b68.gl. I find that the EXP_PATH is not automatically set, is it correct to set it like this:
Is this caused by the wrong version of the module lazy_omni? But I didn't install this module manually. Please help me with these problems ,thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There is no module lazy.omni, essentially the lazy module is a magic module that we use to delay all omniverse-dependent imports to after Omniverse is launched, at which time these modules will be available because of Omniverse updating the python path. So Re: EXP_PATH, you should not have to set this. Why do you think you need to? I understand you did a pip install (make sure you ran Please send us the full output log you see when you run the robot control example if you are still having issues. The real issue appears in the log far above this trace you posted. |
Beta Was this translation helpful? Give feedback.
Please make sure you have installed all units successfully. I set it up in a new virtual environment with the same version and never encountered this error again. The first time I was interrupted by the system when installing omnigibson because of lack of memory and It seems that the system mistakenly thinks it has installed all the files about omnigibson.