Skip to content
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

ModuleNotFoundError: No module named 'omni.isaac.orbit' #209

Closed
DaojiePENG opened this issue Jan 22, 2024 · 5 comments
Closed

ModuleNotFoundError: No module named 'omni.isaac.orbit' #209

DaojiePENG opened this issue Jan 22, 2024 · 5 comments

Comments

@DaojiePENG
Copy link

DaojiePENG commented Jan 22, 2024

Question

I followed the installation guide , but finally, I got this error:

'''
(orbit_env37) pdj@pdj:~/orbit/orbit$ python source/standalone/tutorials/00_sim/create_empty.py
Traceback (most recent call last):
File "source/standalone/tutorials/00_sim/create_empty.py", line 20, in
from omni.isaac.orbit.app import AppLauncher
ModuleNotFoundError: No module named 'omni.isaac.orbit'
'''
I can launch Isaac Sim with no problems. It seems like I haven't done anything about orbit. I am not sure what I have missed.

By the way, during the process, I met error about toml: ModuleNotFoundError: No module named 'toml'. Then I didi: pip3 install toml twisted pymodbus and went on untill I meet the omni.isaac.orbit error. Doing the orbit -e command, I notice error during the progress as follows:
image

@DaojiePENG
Copy link
Author

I realize this is a problem related to python version for I only used the python3.7.

@mohamedamr13
Copy link

@DaojiePENG Hi, I have the same problem on python 3.10.13. Are you sure this is an issue with the python version ?

@Mayankm96
Copy link
Contributor

Hi @mohamedamr13 ,

Can you re-open the issue and provide more information?

@mohamedamr13
Copy link

Hi @mohamedamr13 ,

Can you re-open the issue and provide more information?

Hi @Mayankm96, this was a simple issue where the extensions where not correctly installed. There was a conflict for the library rl_games with my python and after attempting the reinstall, the import worked right away. Do you still want me to reopen the issue ?

@mattmazzola
Copy link
Contributor

mattmazzola commented May 10, 2024

Related issues:
#406 (More context on missing modules)
#407 (Bash vs Zsh explanation)
#103 (Possible Solution?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants