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

【WinError 206】Issue on page /source/setup/installation/pip_installation.html #1483

Open
181404010226 opened this issue Nov 30, 2024 · 3 comments

Comments

@181404010226
Copy link

I installed isaaclab on windows and still encountered errors with long path support enabled

(isaaclab) PS D:\VisutalStudio\repository\ROSdevelop> reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    LongPathsEnabled    REG_DWORD    0x1

(isaaclab) PS D:\VisutalStudio\repository\ROSdevelop> 

The entire log content below:

log.txt

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> 
@shanereetz
Copy link

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?

@181404010226
Copy link
Author

@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.

And then I tried running with administrator:
image

@RandomOakForest
Copy link
Collaborator

This seems to be a cache issue or related to previous installations of Isaac Sim in your system. Could you try a clean reinstall?

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

3 participants