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
I also tried running on a short path, but that didn't seem to work
2024-11-30 08:23:34 [5,977ms] [Error] [omni.ext.plugin] [ext: omni.kit.material.library-1.5.6] Failed to startup python extension.
Windows fatal exception: access violation
Current thread 0x000026c4 (most recent call first):
File "D:\conda\envs\isaaclabmini\Lib\site-packages\isaacsim\exts\omni.isaac.kit\omni\isaac\kit\simulation_app.py", line 411 in _start_app
File "D:\conda\envs\isaaclabmini\Lib\site-packages\isaacsim\exts\omni.isaac.kit\omni\isaac\kit\simulation_app.py", line 200 in __init__
File "D:\IsaacLab\IsaacLab\source\extensions\omni.isaac.lab\omni\isaac\lab\app\app_launcher.py", line 607 in _create_app
File "D:\IsaacLab\IsaacLab\source\extensions\omni.isaac.lab\omni\isaac\lab\app\app_launcher.py", line 113 in __init__
File "D:\IsaacLab\IsaacLab\source\standalone\tutorials\00_sim\create_empty.py", line 29 in <module>
(isaaclabmini) PS D:\IsaacLab\IsaacLab>
The text was updated successfully, but these errors were encountered:
In reference the short path attempt above, it looks like simulation_app.py is still running in a long path. File "D:\conda\envs\isaaclabmini\Lib\site-packages\isaacsim\exts\omni.isaac.kit\omni\isaac\kit\simulation_app.py", line 411 in _start_app
If you move the environment to D:\IsaacLab, does that work?
Can you also confirm your current Windows user has write access to D:\IsaacLab\IsaacLab?
@shanereetz My conda environment is already the root directory of disk D, perhaps a better way is to find a solution that can run on a long path, which the window platform always faces.
I installed isaaclab on windows and still encountered errors with long path support enabled
The entire log content below:
log.txt
I also tried running on a short path, but that didn't seem to work
The text was updated successfully, but these errors were encountered: