-
Notifications
You must be signed in to change notification settings - Fork 916
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] No module named 'omni.isaac' when using zshell instead of bash #103
Comments
I am unable to reproduce this error. Can you please provide more details on what exactly you're trying to run and what steps you followed for the setup? |
I found a solution to this problem, but he looks very stupid.I find that when I run this command |
I also found out that the path in 'setup_conda. sh' needs to be modified because the shell I am using is zsh. Thinks. |
Maybe some commands aren't being checked properly for If you find a fix in the meantime, would be great to learn about it. |
I have made the necessary modifications to the zsh adaptation code for setup_conda_env. sh
setup_python_env. sh
|
# Description Previously, the visualization markers would get rendered in the camera images. However, this is often undesirable since the markers are only used for debug visualizations. This behavior turns these off by default. ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file
# Description Previously, the visualization markers would get rendered in the camera images. However, this is often undesirable since the markers are only used for debug visualizations. This behavior turns these off by default. ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file
Hello I am currently using shell and also encountering this error what should I do?: |
Based on the comments
I also ran into this on with more explanation but maybe only a partial solution : #407 Although the comment above may be more complete: #103 (comment) |
ModuleNotFoundError: No module named 'omni.isaac'
Why is this error reported when there is an omni library in my conda environmen.I followed the official document configuration
The text was updated successfully, but these errors were encountered: