Hello,
After I installed omniverse-launcher-linux.AppImage
, Cashe, and NEUCLEUS, by following the exact documentation, I could not start the NUCLEUS, and each time I press start it goes back to STOPPED…
Moreover, in my ubuntu
I get this error:
import omni.usd
ModuleNotFoundError: No module named ‘omni.usd’
But if I try to install it like so pip install omni I get the following:
Requirement already satisfied: omni in /usr/local/lib/python3.8/dist-packages (0.0.2)
Requirement already satisfied: wcfg>=4 in /usr/local/lib/python3.8/dist-packages (from omni) (6)
Requirement already satisfied: six>=1.8.0 in /usr/lib/python3/dist-packages (from omni) (1.14.0)
Requirement already satisfied: docopt>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from omni) (0.6.2)
Requirement already satisfied: schema>=0.3.1 in /usr/local/lib/python3.8/dist-packages (from omni) (0.7.5)
Requirement already satisfied: WebOb>=1.4 in /usr/local/lib/python3.8/dist-packages (from omni) (1.8.7)
Requirement already satisfied: aiowsgi>=0.3 in /usr/local/lib/python3.8/dist-packages (from omni) (0.8)
Requirement already satisfied: contextlib2>=0.5.5 in /usr/local/lib/python3.8/dist-packages (from schema>=0.3.1->omni) (21.6.0)
Requirement already satisfied: waitress in /usr/local/lib/python3.8/dist-packages (from aiowsgi>=0.3->omni) (2.1.2)
…
Any solution for both issues??
Thanks in advance,
Eyas