Command Extension Install Error

Hi everyone! We have been trying to get the command Extension working but it looks like we are not able to configure the Nvidia Kit development environment properly. We are trying to find a proper pip install for omni or any environment variables missing but haven’t found anything yet.

Installing omni module should have installed all of the omniverse module but , it only installed a few modules. And to try the Command Extension, we need the omni.kit.command module.

This is the error we get when running below code in python:
import omni.kit.commands

Error:

    import omni.kit.commands
ModuleNotFoundError: No module named 'omni.kit'

has anyone had this issue before? Thank you for your help!