We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
No response
The text was updated successfully, but these errors were encountered:
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\
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: