Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot launch Isaac Sim for extension workflow #86

Open
Virlus opened this issue Oct 19, 2023 · 20 comments
Open

Cannot launch Isaac Sim for extension workflow #86

Virlus opened this issue Oct 19, 2023 · 20 comments

Comments

@Virlus
Copy link

Virlus commented Oct 19, 2023

I encountered the following error while launching isaac sim for extension workflow, which causes failure to open the GUI for Isaac Sim:

2023-10-19 13:05:04 [3ms] [Warning] [omni.ext.plugin] [ext: omni.kit.converter.cad-200.0.0-rc.4+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [3ms] [Warning] [omni.ext.plugin] [ext: omni.kit.converter.cad_core-200.0.0-rc.3+105.0.lx64.r.cp310] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [3ms] [Warning] [omni.ext.plugin] [ext: omni.kit.sequencer.core-103.4.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [3ms] [Warning] [omni.ext.plugin] [ext: omni.kit.sequencer.usd-103.4.2+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [4ms] [Warning] [omni.ext.plugin] [ext: omni.kit.widget.timeline-105.0.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [4ms] [Warning] [omni.ext.plugin] [ext: omni.kit.window.sequencer-103.4.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [4ms] [Warning] [omni.ext.plugin] [ext: omni.paint.brush.attributes-1.3.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-19 13:05:04 [4ms] [Warning] [omni.ext.plugin] [ext: omni.usd.schema.sequence-2.3.0+105.0.lx64.r.cp310] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
[0.060s] Failed to solve some dependencies locally, syncing with extension registry...
[0.062s] [ext: omni.kit.async_engine-0.0.0] startup
[0.063s] [ext: omni.assets.plugins-0.0.0] startup
[0.063s] [ext: omni.client-1.0.1] startup
[0.067s] [ext: omni.kit.registry.nucleus-0.0.0] startup

The shell script that I've written is demonstrated below:

#!/bin/bash
/home/wanghanqing/ov/pkg/isaac_sim-2023.1.0/isaac-sim.gym.sh --ext-path /home/dev/wenye/OmniIsaacGymEnvs/config/extension.toml

The error emerges as I execute the script above. What could be the cause and how to fix this?

@Virlus
Copy link
Author

Virlus commented Oct 19, 2023

Also, the process would be shut down after a while automatically and there comes further error message as below:

2023-10-19 12:55:24 [130,821ms] [Error] [omni.kit.registry.nucleus.utils.common] syncing index failed. URL: 'omniverse://kit-extensions.ov.nvidia.com/exts/kit/default/3'. Result: Result.ERROR_CONNECTION
2023-10-19 12:55:24 [130,821ms] [Error] [omni.ext.plugin] Syncing extension registry failed: registry dict is nullptr.
2023-10-19 12:55:24 [130,821ms] [Error] [omni.ext.plugin] Failed to resolve extension dependencies. Failure hints:
        [omni.isaac.sim.gym-2023.1.0] dependency: (name: 'omniisaacgymenvs', tag: '', version: '', exact: 0, optional: 0) can't be satisfied. Available versions:
         (none found)

2023-10-19 12:55:24 [130,821ms] [Error] [omni.kit.app.plugin] Exiting app because of dependency solver failure...
[130.827s] [ext: omni.kit.registry.nucleus-0.0.0] shutdown
[130.828s] [ext: omni.client-1.0.1] shutdown
[130.829s] [ext: omni.assets.plugins-0.0.0] shutdown
[130.829s] [ext: omni.kit.async_engine-0.0.0] shutdown
2023-10-19 12:55:24 [130,839ms] [Warning] [carb] [Plugin: carb.dictionary.plugin] Module /home/wanghanqing/ov/pkg/isaac_sim-2023.1.0/kit/kernel/plugins/libcarb.dictionary.plugin.so remained loaded after unload request

@kellyguo11
Copy link
Collaborator

Hi there, could you please try the command here, using the --ext-folder argument.

@Virlus
Copy link
Author

Virlus commented Oct 19, 2023

@kellyguo11 Hi, the error message remains the same with the --ext-folder argument.

@kellyguo11
Copy link
Collaborator

Can you share the full command you are using? Just to confirm, the --ext-folder flag should point to the parent directory of the OmniIsaacGymEnvs repo, and not the extension.toml file.

@Virlus
Copy link
Author

Virlus commented Oct 19, 2023

#!/bin/bash
/home/wanghanqing/ov/pkg/isaac_sim-2023.1.0/isaac-sim.gym.sh --ext-folder /home/dev/wenye

@kellyguo11
Copy link
Collaborator

Thanks for confirming, we'll probably have to look into this. Can you try replacing the content of apps/omni.isaac.sim.gym.kit in the isaac_sim folder with the below and see if it helps.

[package]
title = "Isaac Sim Python - Gym"
description = "A simplifed app for running Gym examples with extension workflow"
version = "2023.1.0"

# That makes it browsable in UI with "experience" filter
keywords = ["experience", "app", "usd"]

[dependencies]
"omni.isaac.sim.python.gym.headless" = {}

"omni.kit.material.library" = {}
"omni.kit.viewport.rtx" = {}
"omni.kit.viewport.bundle" = {}

"omni.kit.window.file" = {}
"omni.kit.window.script_editor" = {}
"omni.kit.window.status_bar" = {}
"omni.kit.window.title" = {}
"omni.kit.window.extensions" = {}
"omni.kit.window.toolbar" = {}

[settings]
exts."omni.kit.widget.toolbar".PlayButton.enabled = true

# set the default ros bridge to disable on startup
isaac.startup.ros_bridge_extension = ""

[settings.exts."omni.kit.registry.nucleus"]
registries = [
	{ name = "kit/default", url = "https://ovextensionsprod.blob.core.windows.net/exts/kit/prod/shared" },
	{ name = "kit/sdk", url = "https://ovextensionsprod.blob.core.windows.net/exts/kit/prod/sdk/${kit_version_short}/${kit_git_hash}" },
	{ name = "kit/community", url = "https://dw290v42wisod.cloudfront.net/exts/kit/community" },
]

# Register extension folder from this repo in kit
[settings.app.exts]
folders = ["${app}/../exts", "${app}/../extscache", "${app}/../extsPhysics", "${app}/../kit/exts"]


# Isaac Sim Extensions
###############################
[dependencies]
"omni.isaac.ui" = {}
"omni.isaac.app.setup" = { order = 1000 } # we are running that at the end
"omniisaacgymenvs" = { order = 999 }

@Virlus
Copy link
Author

Virlus commented Oct 21, 2023

@kellyguo11 The error message still pops up with the content replaced. I will present the entire error message below for your convenience:

2023-10-21 02:30:00 [6ms] [Warning] [omni.ext.plugin] [ext: omni.kit.converter.cad-200.0.0-rc.4+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [6ms] [Warning] [omni.ext.plugin] [ext: omni.kit.converter.cad_core-200.0.0-rc.3+105.0.lx64.r.cp310] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [6ms] [Warning] [omni.ext.plugin] [ext: omni.kit.sequencer.usd-103.4.2+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [6ms] [Warning] [omni.ext.plugin] [ext: omni.kit.sequencer.core-103.4.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [7ms] [Warning] [omni.ext.plugin] [ext: omni.kit.widget.timeline-105.0.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [7ms] [Warning] [omni.ext.plugin] [ext: omni.kit.window.sequencer-103.4.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [7ms] [Warning] [omni.ext.plugin] [ext: omni.paint.brush.attributes-1.3.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2023-10-21 02:30:00 [13ms] [Warning] [omni.ext.plugin] [ext: omni.usd.schema.sequence-2.3.0+105.0.lx64.r.cp310] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
[0.076s] Failed to solve some dependencies locally, syncing with extension registry...
[0.078s] [ext: omni.kit.async_engine-0.0.0] startup
[0.078s] [ext: omni.assets.plugins-0.0.0] startup
[0.079s] [ext: omni.client-1.0.1] startup
[0.083s] [ext: omni.kit.registry.nucleus-0.0.0] startup
2023-10-21 02:30:15 [14,746ms] [Error] [omni.ext.plugin] Failed to resolve extension dependencies. Failure hints:
        [omni.isaac.sim.gym-2023.1.0] dependency: (name: 'omniisaacgymenvs', tag: '', version: '', exact: 0, optional: 0) can't be satisfied. Available versions:
         (none found)

2023-10-21 02:30:15 [14,746ms] [Error] [omni.kit.app.plugin] Exiting app because of dependency solver failure...
[14.762s] [ext: omni.kit.registry.nucleus-0.0.0] shutdown
[14.766s] [ext: omni.client-1.0.1] shutdown
[14.768s] [ext: omni.assets.plugins-0.0.0] shutdown
[14.769s] [ext: omni.kit.async_engine-0.0.0] shutdown
2023-10-21 02:30:15 [14,770ms] [Warning] [carb] [Plugin: carb.dictionary.plugin] Module /home/wanghanqing/ov/pkg/isaac_sim-2023.1.0/kit/kernel/plugins/libcarb.dictionary.plugin.so remained loaded after unload request

@kellyguo11
Copy link
Collaborator

Thanks, I think I know what the issue is. The github repo name is case sensitive, so it can't find the extension name. To fix it, you can change the last line of apps/omni.isaac.sim.gym.kit (in isaac sim), replacing "omniisaacgymenvs" = { order = 999 } with "OmniIsaacGymEnvs" = { order = 999 }, or rename the repo folder from OmniIsaacGymEnvs to omniisaacgymenvs locally. Let me know if either of those approaches work for you.

@Virlus
Copy link
Author

Virlus commented Oct 22, 2023

@kellyguo11 Hi there. I'm glad that both of these approaches worked so that I'm able to launch the isaac sim app now. However, the Isaac Examples button is missing from the menu, and here's what my isaac sim app looks like:
2023-10-22 10-38-17 的屏幕截图

@kellyguo11
Copy link
Collaborator

Likely an error occurred while it was trying to load the extension. You can try uncommenting the last two lines here: https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/main/omniisaacgymenvs/__init__.py#L33 and removing pass to get a more useful error message. Please also make sure to run pip install -e . before launching the app.

@Virlus
Copy link
Author

Virlus commented Oct 22, 2023

I got the following error message, but by running PYTHON_PATH -m pip list I confirmed that I already had hydra-core installed. What might be the problem? @kellyguo11

No module named 'hydra'
Traceback (most recent call last):
  File "/home/dev/wenye/OmniIsaacGymEnvs/omniisaacgymenvs/__init__.py", line 31, in <module>
    from .extension import RLExtension, get_instance
  File "/home/dev/wenye/OmniIsaacGymEnvs/omniisaacgymenvs/extension.py", line 17, in <module>
    import hydra
ModuleNotFoundError: No module named 'hydra'

@kellyguo11
Copy link
Collaborator

Interesting, are you able to run any of the examples by launching from python directly (i.e. with PYTHON_PATH scripts/rlgames_train.py task=TASK)? The two workflows should be using the same python environment. Otherwise, maybe try just doing the pip install one more time to make sure all of the packages were installed without issues.

@Pipe-Runner
Copy link

Same on my end:
image

I have also verified, I am able to run the training task. Also, I can also find hydra-core in my pip list. I am not using the python Isaac provides but using a conda env.

@kellyguo11
Copy link
Collaborator

Thanks for confirming. Are you also seeing the same error that hydra is missing? We have not tried this with other python environments outside of Isaac yet so we'll have to look into this.

@Pipe-Runner
Copy link

Pipe-Runner commented Oct 31, 2023

@kellyguo11 I tried it with python from Isaac gym, and it works. So basically, it failed with the conda env, as far as I can tell. I cannot view the prim tree (stage explorer) though.

@kellyguo11
Copy link
Collaborator

Glad to hear it works with the built-in python, one thing you can try with the conda environment is to force install the packages with pip install -e . --force-reinstall. The stage window has been hidden for performance reasons, it can be enabled from the Extension Manager by searching for omni.kit.window.stage.

@limshoonkit
Copy link

Isaac sim version: isaac_sim-2023.1.0-hotfix.1
OmniIsaacGymEnvs: master branch

I am also not seeing any Isaac Example in the top menu.
Screenshot from 2023-12-03 18-25-22

No dependency issue on my end. Extension loaded just fine.
Screenshot from 2023-12-03 18-26-55

RL application can work fine through command line.

@weiheng-liu
Copy link

I have no the choice of "extension" in my window menu T.T
image

@dantes-ai
Copy link

I'm facing the same issue as OP. I ran OmniIsaacGymEnv successfully after initial install.
I then moved the OmniIsaacGymEnv directory to another location on disk, and running Gym failed ever since (I updated the ext-folder accordingly...)

force-reinstall or any other method did not help....

@eferreirafilho
Copy link

Same problem here, Isaac launches, but the RL extension does not appear. Tried in two different machines (RTX 3080 and RTX A5000).

Tried in both
Isaac Sim 2023.1.1
and
Isaac Sim 2023.0.1-hotfix.1

All the steps I used:

mkdir ~/omniverse-playground
cd ~/omniverse-playground
git clone https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs
alias PYTHON_PATH=~/.local/share/ov/pkg/isaac_sim-2023.1.1/python.sh
cd ~/omniverse-playground/OmniIsaacGymEnvs
PYTHON_PATH -m pip install -e .
cd omniisaacgymenvs
~/.local/share/ov/pkg/isaac_sim-2023.1.1/isaac-sim.gym.sh --ext-folder ~/omniverse-playground

Terminal log:

nfdev@ws1:~/omniverse-playground$ ~/.local/share/ov/pkg/isaac_sim-2023.1.1/isaac-sim.gym.sh --ext-folder ~/omniverse-playground
Loading user config located at: '/home/nfdev/.local/share/ov/data/Kit/omni.isaac.sim.gym/2023.1/user.config.json'
[Info] [carb] Logging to file: /home/nfdev/.nvidia-omniverse/logs/Kit/omni.isaac.sim.gym/2023.1/kit_20240321_191834.log
2024-03-21 18:18:34 [1ms] [Warning] [omni.ext.plugin] [ext: .vscode] Extensions config 'extension.toml' doesn't exist '/home/nfdev/omniverse-playground/.vscode' or '/home/nfdev/omniverse-playground/.vscode/config'
2024-03-21 18:18:34 [1ms] [Warning] [omni.ext.plugin] [ext: scripts] Extensions config 'extension.toml' doesn't exist '/home/nfdev/omniverse-playground/scripts' or '/home/nfdev/omniverse-playground/scripts/config'
2024-03-21 18:18:34 [1ms] [Warning] [omni.ext.plugin] [ext: .git] Extensions config 'extension.toml' doesn't exist '/home/nfdev/omniverse-playground/.git' or '/home/nfdev/omniverse-playground/.git/config'
2024-03-21 18:18:34 [1ms] [Warning] [omni.ext.plugin] [ext: nucleus] Extensions config 'extension.toml' doesn't exist '/home/nfdev/omniverse-playground/nucleus' or '/home/nfdev/omniverse-playground/nucleus/config'
2024-03-21 18:18:34 [25ms] [Warning] [omni.ext.plugin] [ext: omni.kit.sequencer.core-103.4.0+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2024-03-21 18:18:34 [25ms] [Warning] [omni.ext.plugin] [ext: omni.kit.sequencer.usd-103.4.0+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2024-03-21 18:18:34 [27ms] [Warning] [omni.ext.plugin] [ext: omni.kit.widget.timeline-105.0.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2024-03-21 18:18:34 [28ms] [Warning] [omni.ext.plugin] [ext: omni.kit.window.sequencer-103.4.2-dev.3+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2024-03-21 18:18:34 [31ms] [Warning] [omni.ext.plugin] [ext: omni.paint.brush.attributes-1.3.1+105.0] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
2024-03-21 18:18:34 [35ms] [Warning] [omni.ext.plugin] [ext: omni.usd.schema.sequence-2.3.0+105.0.lx64.r.cp310] Built using kit version: 105.0. Current version: 105.1. It is considered compatible, but building with a newer version is recommended.
[0.109s] [ext: omni.kit.async_engine-0.0.0] startup
[0.281s] [ext: omni.assets.plugins-0.0.0] startup
[0.281s] [ext: omni.stats-0.0.0] startup
[0.282s] [ext: omni.client-1.0.1] startup
[0.286s] [ext: omni.gpu_foundation-0.0.0] startup
[0.291s] [ext: omni.rtx.shadercache.vulkan-1.0.0] startup
[0.292s] [ext: carb.windowing.plugins-1.0.0] startup
2024-03-21 18:18:34 [289ms] [Warning] [carb.windowing-glfw.gamepad] Joystick with unknown remapping detected (will be ignored):  ASRock LED Controller [03000000ce260000a201000010010000]
[0.306s] [ext: omni.kit.renderer.init-0.0.0] startup

|---------------------------------------------------------------------------------------------|
| Driver Version: 545.29.06     | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name                             | Active | LDA | GPU Memory | Vendor-ID | LUID       |
|     |                                  |        |     |            | Device-ID | UUID       |
|     |                                  |        |     |            | Bus-ID    |            |
|---------------------------------------------------------------------------------------------|
| 0   | NVIDIA RTX A5000                 | Yes: 0 |     | 24564   MB | 10de      | 0          |
|     |                                  |        |     |            | 2231      | 568824bb.. |
|     |                                  |        |     |            | 1         |            |
|=============================================================================================|
| OS: 22.04.4 LTS (Jammy Jellyfish) ubuntu, Version: 22.04.4, Kernel: 5.15.0-101-generic
| XServer Vendor: The X.Org Foundation, XServer Version: 12101004 (1.21.1.4)
| Processor: 13th Gen Intel(R) Core(TM) i5-13600K | Cores: 14 | Logical: 28
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 64059 | Free Memory: 59930
| Total Page/Swap (MB): 0 | Free Page/Swap: 0
|---------------------------------------------------------------------------------------------|
[0.771s] [ext: omni.kit.pipapi-0.0.0] startup
[0.772s] [ext: omni.kit.pip_archive-0.0.0] startup
[0.772s] [ext: omni.pip.compute-1.2.0] startup
[0.772s] [ext: omni.pip.torch-2_0_1-2.0.2] startup
[0.799s] [ext: omni.pip.cloud-1.0.1] startup
[0.800s] [ext: omni.isaac.core_archive-2.2.1] startup
[0.800s] [ext: omni.isaac.ml_archive-1.1.3] startup
[0.800s] [ext: omni.kit.loop-isaac-1.1.0] startup
[0.800s] [ext: omni.kit.test-0.0.0] startup
[0.801s] [ext: omni.kit.telemetry-0.5.0] startup
[0.817s] [ext: omni.mtlx-0.1.0] startup
[0.818s] [ext: omni.usd.config-1.0.3] startup
[0.823s] [ext: omni.gpucompute.plugins-0.0.0] startup
[0.824s] [ext: omni.usd.libs-1.0.0] startup
[0.892s] [ext: omni.appwindow-1.1.5] startup
[0.893s] [ext: omni.kit.renderer.core-0.0.0] startup
[1.025s] [ext: omni.kit.renderer.capture-0.0.0] startup
[1.026s] [ext: omni.kit.renderer.imgui-0.0.0] startup
[1.080s] [ext: carb.audio-0.1.0] startup
[1.099s] [ext: omni.ui-2.18.5] startup
[1.106s] [ext: omni.uiaudio-1.0.0] startup
[1.107s] [ext: omni.kit.mainwindow-1.0.1] startup
[1.108s] [ext: omni.kit.uiapp-0.0.0] startup
[1.108s] [ext: omni.usd.schema.omniscripting-1.0.0] startup
[1.166s] [ext: omni.usd.schema.audio-0.0.0] startup
[1.175s] [ext: omni.usd.schema.geospatial-0.0.0] startup
[1.176s] [ext: omni.usd.schema.physics-0.0.0] startup
[1.186s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[1.190s] [ext: omni.usd.schema.semantics-0.0.0] startup
[1.194s] [ext: omni.usd.schema.anim-0.0.0] startup
[1.204s] [ext: omni.usd.schema.physx-0.0.0] startup
[1.219s] [ext: omni.usd_resolver-1.0.1] startup
[1.222s] [ext: omni.kit.actions.core-1.0.0] startup
[1.223s] [ext: omni.usd.core-1.1.8] startup
[1.226s] [ext: omni.kit.commands-1.4.6] startup
[1.228s] [ext: omni.kit.window.popup_dialog-2.0.23] startup
[1.230s] [ext: omni.graph.exec-0.3.0] startup
[1.231s] [ext: omni.kit.widget.nucleus_connector-1.1.4] startup
[1.232s] [ext: omni.kit.exec.core-0.5.0] startup
[1.233s] [ext: omni.kit.audiodeviceenum-1.0.1] startup
[1.234s] [ext: omni.resourcemonitor-105.0.0] startup
[1.235s] [ext: omni.activity.core-1.0.1] startup
[1.236s] [ext: omni.timeline-1.0.9] startup
[1.237s] [ext: omni.hydra.usdrt_delegate-7.2.34] startup
[1.246s] [ext: omni.hydra.scene_delegate-0.3.2] startup
[1.250s] [ext: omni.usd-1.10.18] startup
[1.288s] [ext: omni.kit.widget.nucleus_info-1.0.2] startup
[1.288s] [ext: omni.kit.helper.file_utils-0.1.6] startup
[1.299s] [ext: omni.kit.search_core-1.0.5] startup
[1.300s] [ext: omni.kit.widget.path_field-2.0.8] startup
[1.300s] [ext: omni.kit.widget.filebrowser-2.3.35] startup
[1.303s] [ext: omni.kit.notification_manager-1.0.6] startup
[1.303s] [ext: omni.kit.clipboard-1.0.3] startup
[1.304s] [ext: omni.kit.widget.search_delegate-1.0.4] startup
[1.304s] [ext: omni.kit.widget.browser_bar-2.0.9] startup
[1.305s] [ext: omni.kit.usd.layers-2.1.27] startup
[1.311s] [ext: omni.ui.scene-1.7.0] startup
[1.314s] [ext: omni.kit.widget.versioning-1.4.6] startup
[1.315s] [ext: omni.kit.menu.utils-1.5.6] startup
[1.320s] [ext: omni.kit.window.filepicker-2.10.13] startup
[1.326s] [ext: omni.kit.widget.searchable_combobox-1.0.5] startup
[1.326s] [ext: omni.kit.menu.create-1.0.11] startup
[1.327s] [ext: omni.kit.window.file_importer-1.0.22] startup
[1.328s] [ext: omni.kit.widget.settings-1.0.6] startup
[1.329s] [ext: omni.kit.context_menu-1.6.8] startup
[1.330s] [ext: omni.kit.viewport.registry-104.0.5] startup
[1.330s] [ext: omni.kit.window.preferences-1.3.23] startup
[1.332s] [ext: omni.iray.libs-0.0.0] startup
[1.335s] [ext: omni.kit.widget.spinner-1.0.6] startup
[1.336s] [ext: omni.volume-0.4.0] startup
[1.337s] [ext: omni.mdl.neuraylib-0.2.0] startup
[1.338s] [ext: omni.kit.viewport.menubar.core-105.0.19] startup
[1.388s] [ext: omni.hydra.rtx-0.1.0] startup
[1.396s] [ext: omni.kit.viewport.menubar.render-105.1.1] startup
[1.398s] [ext: omni.kit.manipulator.selector-1.0.1] startup
[1.399s] [ext: omni.kit.manipulator.camera-105.0.4] startup
[1.401s] [ext: omni.kit.raycast.query-1.0.1] startup
[1.408s] [ext: omni.hydra.engine.stats-1.0.1] startup
[1.411s] [ext: omni.kit.manipulator.transform-104.6.15] startup
[1.412s] [ext: omni.convexdecomposition-105.1.12-5.1] startup
[1.416s] [ext: omni.kit.viewport.legacy_gizmos-1.0.14] startup
[1.419s] [ext: omni.graph.tools-1.41.3] startup
[1.429s] [ext: omni.kit.usd_undo-0.1.2] startup
[1.429s] [ext: omni.kit.hydra_texture-1.1.12] startup
[1.432s] [ext: omni.mdl-0.2.1] startup
[1.444s] [ext: usdrt.scenegraph-7.2.34] startup
[1.471s] [ext: omni.graph.core-2.139.12] startup
[1.474s] [ext: omni.kit.window.drop_support-1.0.1] startup
[1.474s] [ext: omni.kit.widget.viewport-105.1.7] startup
[1.477s] [ext: omni.kit.material.library-1.3.41] startup
[1.480s] [ext: omni.graph-1.106.1] startup
[1.505s] [ext: omni.kit.viewport.window-105.1.12] startup
[1.514s] [ext: omni.kit.widget.toolbar-1.5.6] startup
[1.518s] [ext: omni.kit.viewport.utility-1.0.16] startup
[1.520s] [ext: omni.kit.manipulator.viewport-104.0.9] startup
[1.521s] [ext: omni.kit.manipulator.tool.snap-1.4.2] startup
[1.525s] [ext: omni.kvdb-0.0.0] startup
[1.526s] [ext: omni.physx.foundation-105.1.12-5.1] startup
[1.526s] [ext: omni.usdphysics-105.1.12-5.1] startup
[1.528s] [ext: omni.localcache-0.0.0] startup
[1.530s] [ext: omni.kit.viewport.menubar.settings-105.0.9] startup
[1.532s] [ext: omni.physx.cooking-105.1.12-5.1] startup
[1.538s] [ext: omni.kit.primitive.mesh-1.0.15] startup
[1.540s] [ext: omni.physx-105.1.12-5.1] startup
2024-03-21 18:18:36 [1,531ms] [Warning] [omni.stageupdate.plugin] Deprecated: direct use of IStageUpdate callbacks is deprecated. Use IStageUpdate::getStageUpdate instead.
[1.549s] [ext: omni.kit.numpy.common-0.1.2] startup
[1.550s] [ext: omni.kit.stage_templates-1.1.20] startup
[1.552s] [ext: omni.isaac.dynamic_control-1.2.6] startup
[1.558s] [ext: omni.graph.action-1.55.1] startup
[1.586s] [ext: omni.kit.manipulator.prim-105.0.11] startup
[1.590s] [ext: omni.kit.window.toolbar-1.5.4] startup
[1.592s] [ext: omni.isaac.version-1.0.3] startup
[1.592s] [ext: omni.physics.tensors-0.1.0] startup
[1.597s] [ext: omni.ui_query-1.1.1] startup
[1.598s] [ext: omni.warp.core-1.0.0-beta.2] startup
Warp 1.0.0-beta.2 initialized:
   CUDA Toolkit: 11.5, Driver: 12.3
   Devices:
     "cpu"    | x86_64
     "cuda:0" | NVIDIA RTX A5000 (sm_86)
   Kernel cache: /home/nfdev/.cache/warp/1.0.0-beta.2
[1.674s] [ext: omni.physx.tensors-0.1.0] startup
[1.677s] [ext: omni.graph.visualization.nodes-2.1.1] startup
[1.686s] [ext: omni.kit.ui_test-1.2.13] startup
[1.687s] [ext: omni.isaac.core-3.3.2] startup
[2.334s] [ext: omni.kit.widget.options_menu-1.0.5] startup
[2.335s] [ext: omni.kit.hotkeys.core-1.3.0] startup
[2.338s] [ext: omni.kit.widget.searchfield-1.1.3] startup
[2.339s] [ext: omni.kit.widget.highlight_label-1.0.1] startup
[2.340s] [ext: omni.kit.widget.graph-1.8.4] startup
[2.343s] [ext: omni.kit.widget.filter-1.1.2] startup
[2.344s] [ext: omni.kit.viewport.actions-105.1.6] startup
[2.347s] [ext: omni.kit.window.property-1.9.6] startup
[2.349s] [ext: omni.kit.window.extensions-1.3.0] startup
[2.352s] [ext: omni.kit.manipulator.selection-104.0.8] startup
[2.354s] [ext: omni.kit.viewport.menubar.display-105.1.0] startup
[2.355s] [ext: omni.kit.viewport.menubar.camera-105.1.9] startup
[2.359s] [ext: omni.isaac.ui-0.13.5] startup
[2.364s] [ext: omni.kit.viewport.bundle-104.0.1] startup
[2.364s] [ext: omni.kit.window.file_exporter-1.0.22] startup
[2.365s] [ext: omni.isaac.cloner-0.7.2] startup
[2.366s] [ext: omni.kit.window.script_editor-1.7.4] startup
[2.368s] [ext: omni.rtx.window.settings-0.6.9] startup
[2.372s] [ext: omni.kit.window.status_bar-0.1.6] startup
[2.376s] [ext: omni.isaac.gym-0.10.0] startup
[2.377s] [ext: omni.isaac.kit-1.4.7] startup
[2.378s] [ext: omni.kit.viewport.rtx-104.0.0] startup
[2.378s] [ext: omni.kit.window.title-1.1.3] startup
[2.379s] [ext: omni.physx.fabric-105.1.12-5.1] startup
[2.383s] [ext: omni.kit.menu.common-1.1.4] startup
[2.385s] [ext: omni.kit.quicklayout-1.0.5] startup
[2.386s] [ext: omni.kit.window.file-1.3.44] startup
[2.388s] [ext: omni.isaac.sim.python.gym.headless-2023.1.1] startup
[2.388s] [ext: OmniIsaacGymEnvs-0.0.0] startup
2024-03-21 18:18:37 [2,508ms] [Error] [omni.kit.app._impl] [py stderr]: /home/nfdev/.local/share/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.lx64/torch-2-0-1/torch/utils/tensorboard/__init__.py:4: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  if not hasattr(tensorboard, "__version__") or LooseVersion(

/home/nfdev/.local/share/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.lx64/torch-2-0-1/torch/utils/tensorboard/__init__.py:4: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  if not hasattr(tensorboard, "__version__") or LooseVersion(
2024-03-21 18:18:37 [2,583ms] [Error] [carb.scripting-python.plugin] ModuleNotFoundError: No module named 'pandas'

At:
  /home/nfdev/omniverse-playground/OmniIsaacGymEnvs/omniisaacgymenvs/tasks/ur5e_pizza.py(31): <module>
  <frozen importlib._bootstrap>(241): _call_with_frames_removed
  <frozen importlib._bootstrap_external>(883): exec_module
  <frozen importlib._bootstrap>(703): _load_unlocked
  <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
  <frozen importlib._bootstrap>(1027): _find_and_load
  /home/nfdev/omniverse-playground/OmniIsaacGymEnvs/omniisaacgymenvs/utils/task_util.py(53): import_tasks
  /home/nfdev/omniverse-playground/OmniIsaacGymEnvs/omniisaacgymenvs/extension.py(96): _initialize_task_list
  /home/nfdev/omniverse-playground/OmniIsaacGymEnvs/omniisaacgymenvs/extension.py(68): on_startup
  /home/nfdev/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py/omni/ext/_impl/_internal.py(164): _startup_ext
  /home/nfdev/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py/carb/profiler/__init__.py(85): wrapper
  /home/nfdev/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py/omni/ext/_impl/_internal.py(224): startup
  /home/nfdev/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py/omni/ext/_impl/_internal.py(328): startup_extension
  PythonExtension.cpp::startup()(2): <module>

2024-03-21 18:18:37 [2,583ms] [Error] [omni.ext.plugin] [ext: OmniIsaacGymEnvs-0.0.0] Failed to startup python extension.
[2.705s] [ext: omni.isaac.app.setup-0.11.2] startup
2024-03-21 18:18:37 [2,689ms] [Warning] [omni.kit.app._impl] carb.imgui is deprecated. Use omni.kit.imgui instead.
[2.707s] Isaac Sim Version: 2023.1.1-rc.8
[2.707s] Writing Isaac Sim icon file
[2.709s] [ext: omni.isaac.sim.gym-2023.1.1] startup
2024-03-21 18:18:37 [2,727ms] [Warning] [omni.kit.hotkeys.core.registry] [Hotkey] duplicated action as SPACE (On Press) with omni.kit.widget.toolbar.omni.kit.widget.toolbar::toolbar::play!
2024-03-21 18:18:37 [2,727ms] [Warning] [omni.kit.hotkeys.core.registry] [Hotkey] Cannot register Global [omni.kit.widget.toolbar] omni.kit.widget.toolbar::toolbar::play.SPACE, error code: Duplicated action definition
[2.748s] app ready
2024-03-21 18:18:37 [2,803ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [2,803ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
2024-03-21 18:18:37 [2,809ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [2,809ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
2024-03-21 18:18:37 [2,814ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [2,814ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
2024-03-21 18:18:37 [2,819ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [2,819ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
2024-03-21 18:18:37 [3,123ms] [Warning] [omni.kit.hotkeys.core.registry] [Hotkey] duplicated action as SPACE (On Press) with omni.kit.widget.toolbar.omni.kit.widget.toolbar::toolbar::play!
2024-03-21 18:18:37 [3,123ms] [Warning] [omni.kit.hotkeys.core.registry] [Hotkey] Cannot register Global [omni.kit.widget.toolbar] omni.kit.widget.toolbar::toolbar::play.SPACE, error code: Duplicated action definition
2024-03-21 18:18:37 [3,129ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [3,129ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
2024-03-21 18:18:37 [3,135ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [3,135ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
2024-03-21 18:18:37 [3,141ms] [Warning] [omni.kit.menu.utils.scripts.layout] Menu Replicator not found. Create with; ("menu_index" controls menu order)
2024-03-21 18:18:37 [3,142ms] [Warning] [omni.kit.menu.utils.scripts.layout]   self._menu_placeholder = omni.kit.menu.utils.add_menu_items([MenuItemDescription(name="placeholder", show_fn=lambda: False)], name="Replicator", menu_index=90)
[4.812s] Isaac Sim App is loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants