Open EricVoll opened 2 months ago
Just noticed that I have the old _isaac_sim
folder still lying around from before installing it via pip (had it installed through the launcher prev.) I'll check that quickly.
Edit: Ah yep, that was it. Deleting the _isaac_sim symlink fixed it.
Hello! I appreciate the effort you've made to quickly tackle the problem.
I've met the same problem. Could you please state clearer what you've done? I've searched for _isaac_sim
folder but can't find any.
Isaac Sim Version: 4.0.0
Isaac Lab Installation: pip tutorial
Hi @MinstrelsyXia
I originally had IsaacLab setup using the binary install path through the omniverse launcher. In that tutorial you create a symlink _isaac_sim
to the installation path of IsaacSim. I forgot this symlink there, and it somehow messed up my python environment, even though I deleted the old conda environment and recreated it.
After deleting the symlink (and probably re-running the installation - not sure anymore) everything worked. I guess if you want to be super sure, run git clean
in the IsaacLab repo and reset to main, or do a fresh clone.
I am encountering the same error when I did a fresh clone today of Isaac Lab and reinstalled with Isaac Sim 4.0.0 binaries, even after deleting and remaking the symlink.
Can be reproduced with:
git@github.com:isaac-sim/IsaacLab.git
cd IsaacLab
ln -s /home/$your_path/.local/share/ov/pkg/isaac-sim-4.0.0 _isaac_sim
./isaaclab.sh --conda isaac
conda activate isaac
./isaaclab.sh --install
# errors with "omni.kit.window.title"
./isaaclab.sh -p source/standalone/workflows/skrl/train.py --task Isaac-Reach-Franka-v0 --headless
Is Isaac Sim 4.0.0 stilll compatible with newest Isaac Lab?
If I follow the Isaac Sim pip installation method, it works. (note I had to manually run pip install scipy
because the dependency resolver didn't install it)
The problem is fixed for me, but should we re-open the issue if others are still experiencing it? @elle-miller
Yes, let's reopen - issue is resolved for installing via pip but not from 4.0.0 binaries (at least in my setup). Does anyone else experience this?
System info: Commit: df184e1 Isaac Sim Version: 4.0.0 (binaries) OS: Ubuntu 22.04 GPU: RTX 2080 CUDA: 12.2 GPU Driver: 535.183.01
I guess you tried to nuke the whole conda setup, IsaacLab repo etc. and do everything from scratch?
I get the exact same issue when running headless from inside a singularity container w/ 4.1.0. There should only be one isaac sim installation w/ the container, correct?
System info: Commit: 7452386 Isaac Sim Version: 4.1.0 (docker/singularity) OS: Ubuntu 22.04 GPU: A40 CUDA: 11.8 GPU Driver: 520.61.05
Yes, I got the same error when running --headless @elle-miller
No module named 'omni.kit.window.title'
Isaac Sim Version: 4.0.0 (binaries) OS: Ubuntu 22.04 GPU: RTX 3070 Ti CUDA: 12.4 GPU Driver: 550.90.07
In my case (pip install method) was not necessary to reinstall IsaacLab or to recreate the conda environment or git clean, I just reinstalled all isaacsim packages one by one with pip.
For different reasons I had to try use the newest main branch commit with the old isaacsim 4.0.0, where this issue arised again.
After commenting out the lines L253 to L258 in the SimulationApp class it works. .../IsaacLab/_isaac_sim/exts/omni.isaac.kit/omni/isaac/kit/simulation_app.py
(where the _isaac_sim symlink points to the old 4.0.0
Describe the bug
I installed IsaacSim 4.1.0 with IsaacLab (latest main) using the pip installation following the documentation: https://isaac-sim.github.io/IsaacLab/source/setup/installation/pip_installation.html# The "validate installation" steps all work as expected.
When running any script with the AppLauncher in headless mode, the following happens:
Steps to reproduce
-->
System Info
Describe the characteristic of your environment:
Checklist