-
Notifications
You must be signed in to change notification settings - Fork 218
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
Cannot launch Isaac Sim for extension workflow #86
Comments
Also, the process would be shut down after a while automatically and there comes further error message as below:
|
Hi there, could you please try the command here, using the |
@kellyguo11 Hi, the error message remains the same with the |
Can you share the full command you are using? Just to confirm, the |
|
Thanks for confirming, we'll probably have to look into this. Can you try replacing the content of
|
@kellyguo11 The error message still pops up with the content replaced. I will present the entire error message below for your convenience:
|
Thanks, I think I know what the issue is. The github repo name is case sensitive, so it can't find the extension name. To fix it, you can change the last line of |
@kellyguo11 Hi there. I'm glad that both of these approaches worked so that I'm able to launch the isaac sim app now. However, the |
Likely an error occurred while it was trying to load the extension. You can try uncommenting the last two lines here: https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/main/omniisaacgymenvs/__init__.py#L33 and removing |
I got the following error message, but by running
|
Interesting, are you able to run any of the examples by launching from python directly (i.e. with |
Thanks for confirming. Are you also seeing the same error that hydra is missing? We have not tried this with other python environments outside of Isaac yet so we'll have to look into this. |
@kellyguo11 I tried it with python from Isaac gym, and it works. So basically, it failed with the conda env, as far as I can tell. I cannot view the prim tree (stage explorer) though. |
Glad to hear it works with the built-in python, one thing you can try with the conda environment is to force install the packages with |
I'm facing the same issue as OP. I ran OmniIsaacGymEnv successfully after initial install. force-reinstall or any other method did not help.... |
Same problem here, Isaac launches, but the RL extension does not appear. Tried in two different machines (RTX 3080 and RTX A5000). Tried in both All the steps I used:
Terminal log:
|
I encountered the following error while launching isaac sim for extension workflow, which causes failure to open the GUI for Isaac Sim:
The shell script that I've written is demonstrated below:
The error emerges as I execute the script above. What could be the cause and how to fix this?
The text was updated successfully, but these errors were encountered: