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

[QUESTION]: Error while running repo.bat #56

Open
mtelang opened this issue Mar 17, 2025 · 1 comment
Open

[QUESTION]: Error while running repo.bat #56

mtelang opened this issue Mar 17, 2025 · 1 comment
Labels
question Further information is requested

Comments

@mtelang
Copy link

mtelang commented Mar 17, 2025

Question

I am running Windows 10 virtual desktop on Mac. When I try to run command .\repo.bat template new, I get error of not founding module omni.repo

Creating packman packages cache at C:\packman-repo
Fetching [email protected]_64.cab ...
Downloading from bootstrap.packman.nvidia.com ...
Unpacking Python interpreter ...
Fetching [email protected] ...
Downloading from bootstrap.packman.nvidia.com ...
Unpacking ...
Package successfully installed to C:\packman-repo\packman-common\7.24.3
Traceback (most recent call last):
File "C:\Users\Madhur\OneDrive - XX\Training\kit-app-template\tools\repoman\repoman.py", line 88, in
import omni.repo.man
ModuleNotFoundError: No module named 'omni.repo'

Tried deleting the package and rerunning multiple times. Also I am not getting any questions series to respond (I assume I am not there yet).

Additional Context

No response

@mtelang mtelang added the question Further information is requested label Mar 17, 2025
@SchultzC
Copy link
Collaborator

Thanks for the question.

Based on the path: Users\Madhur\OneDrive - XX\...

It looks like you have placed the repository in a location on OneDrive which does not support symlinks.

Kit SDK tooling relies on symlinks to leverage shared tooling rather than requiring developers to download each time.

The first thing to try would be to move kit-app-template out of the OneDrive location.

For example : C:\Users\Madhur\Training\kit-app-template\

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

No branches or pull requests

2 participants