I am trying to make Omniverse Composer work on non admin profile so normal users can use it connecting it with Houdini and learn Omniverse OpenUSD pipeline with Houdini using Omniverse Houdini Connector.
I have made some progress but it there is one major hiccup where with access on the normal user to launch using repo.bat
I usually get below error:
C:\Omniverseshared\kit-app-template>.\repo.bat launch
Access is denied.
Fetching packman-common@7.29.zip ...
Downloading from bootstrap.packman.nvidia.com ...
Unpacking ...
Directory C:\packman-repo\packman-common\7.29 already present, package installation already completed
Package successfully installed to C:\packman-repo\packman-common\7.29
C:\packman-repo\python\3.10.17-nv1-windows-x86_64\python.exe: can't open file 'C:\\packman-repo\\packman-common\\7.29\\run.py': [Errno 13] Permission denied
Traceback (most recent call last):
File "C:\Omniverseshared\kit-app-template\tools\repoman\repoman.py", line 13, in <module>
import packmanapi
ModuleNotFoundError: No module named 'packmanapi'
May be I am missing a system level variables but there are no resources on the website to make it work
Since launcher is going to be deprecated after October 1st I was following using git clone and set env var but the kernal cache and .packman_cache goes to C:\users\Administrator\
For the note I have changed persmissions for Kit-app-template and packman-repo in C driver giving users full rights.
The only way to make it work for now is launching through powershell as admin using runas
runas /user:administrator C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
This only happens when I am admin:
Fetching packman-common@7.29.zip ...
Downloading from bootstrap.packman.nvidia.com ...
Unpacking ...
Package successfully installed to C:\Users\Administrator\.packman_cache\packman-common\7.29
Pip installing dependencies from C:\Users\Administrator\.packman_cache\chk\repo_man\1.84.7\tools\uv\uv-requirements.txt to C:\Users\Administrator\.packman_cache\chk\uv_deps\50fa2d6354593bc84586cb1856af2077\windows-x86_64\3.10.17...
May be I am missing something but there was no way to confirm so I had to Nvidia Community.
Let me know if I missed anything above.
Looking forward to the possible solutions and discussion.
Thank you so much in advance.
~harsh