ModuleNotFoundError: No module named ‘omni.isaac.lab’
Hi @2832536846
More information or steps to reproduce is necessary to address your question
I also have the same problem. If I run the code below during the verification process after installing isaac lab as described, I get the same error as the questioner. I think the file does not exist or cannot find its location. Can you check?
Could you make sure the isaaclab.bat -i
command executed successfully and double check that the extensions were installed as part of that process to pip with isaaclab.bat -p -m pip list
?
I can now run it without any problems. I proceeded based on the Windows binary installation. Can you include this part in the binary installation guide? The missing files need to be installed, but they cannot be installed through the binary installation.