No module named 'omni.isaac'

Version: Isaac Sim 2023.1.1

Blockquote
./python.sh
Python 3.10.13 (main, Oct 18 2023, 20:21:26) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux
Type “help”, “copyright”, “credits” or “license” for more information.

import omni
import omni.isaac
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘omni.isaac’

How to fix it? I want to write a program using Python, but no module named ‘omni.isaac’

When I using vscode with ‘open source code’, the compiler also says that there are no modules.

Step one is to update to Isaac Sim 4.0 :)