You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have tried to solve this issue but it keeps failing and so I'm asking for advice.
Here's the snapshot of input arguments.
[Isaac Automator v3.4.2]:/app$ ./deploy-gcp
Zone: [us-central1-a]
Deploy Isaac Sim? [Y]
Isaac Sim Instance Type [g2-standard-8]:
Isaac Sim: Number of GPUs. [1]:
Isaac Sim docker image [nvcr.io/nvidia/isaac-sim:4.5.0]
Install Isaac Sim Lab? [v2.0.0]
I pass through everything and the Build Isaac Lab fails. (TASK [isaac : Build Isaac Lab] ) with a very long error message (Question 1: do you log the error code somewhere as a human-readable file? e.g. the error code printed on the terminal has a bunch of "\n"s, so assuming it should be printed to a file or something, or there is a easy way to access the error log)
After all, here are some relevant error notes. How should I resolve this?
#11 42.12 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n #11 42.12 nvidia-srl-usd 0.19.1 requires usd-core<24.00,>=21.11, which is not installed.\n #11 42.12 nvidia-srl-usd-to-urdf 0.7.2 requires usd-core<24.00,>=21.11, which is not installed.\n #11 42.12 nvidia-srl-usd-to-urdf 0.7.2 requires lxml<5.0.0,>=4.9.2, but you have lxml 5.3.0 which is incompatible.\n #11 42.12 torchaudio 2.5.0+cu118 requires torch==2.5.0, but you have torch 2.5.1+cu118 which is incompatible.\n #11 42.12 Successfully installed cloudpickle-3.1.1 einops-0.8.1 farama-notifications-0.0.4 hidapi-0.14.0.post2 huggingface-hub-0.29.1 isaaclab-0.33.13 onnx-1.16.1 prettytable-3.3.0 protobuf-5.29.3 pyglet-1.5.31 regex-2024.11.6 safetensors-0.5.3 tokenizers-0.21.0 tqdm-4.67.1 transformers-4.49.0 trimesh-4.6.4 triton-3.1.0 warp-lang-1.6.0 wcwidth-0.2.13\n #11 42.12 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv\n103
#11 103.9 INFO: pip is looking at multiple versions of isaaclab-rl[all] to determine which version is compatible with other requirements. This could take a while.\n
#11 104.0 ERROR: Could not find a version that satisfies the requirement rsl-rl (unavailable) (from isaaclab-rl[all]) (from versions: none)\n #11 104.0 ERROR: No matching distribution found for rsl-rl (unavailable)\n #11 104.0 \n #11 104.0 [notice] A new release of pip is available: 24.0+nv1 -> 25.0.1\n #11 104.0 [notice] To update, run: /isaaclab/_isaac_sim/kit/python/bin/python3 -m pip install --upgrade pip\n #11 104.2 There was an error running python\n #11 ERROR: process "/bin/sh -c ./isaaclab.sh -i" did not complete successfully: exit code: 1\n
The text was updated successfully, but these errors were encountered:
Hi, I have tried to solve this issue but it keeps failing and so I'm asking for advice.
Here's the snapshot of input arguments.
[Isaac Automator v3.4.2]:/app$ ./deploy-gcp
I pass through everything and the Build Isaac Lab fails. (TASK [isaac : Build Isaac Lab] ) with a very long error message (Question 1: do you log the error code somewhere as a human-readable file? e.g. the error code printed on the terminal has a bunch of "\n"s, so assuming it should be printed to a file or something, or there is a easy way to access the error log)
After all, here are some relevant error notes. How should I resolve this?
The text was updated successfully, but these errors were encountered: