Import Error in Python Env

Hi guys, I’ve installed Omniverse Launcher and Isaac sim, I try to use the built-in Python interpreter provided by Isaac to import Isaac packages, However, it outputs the below error:

Another issue is that I try to create a standalone conda environment following 5. Python Environment Installation — isaacsim latest documentation (nvidia.com), but I couldn’t find a file call setup_conda_env.bat in the Isaac installed folder. And I got the same import error as the above one.

Is anyone knows how to fix this ImportError?

Hi @haichou.chen.ext

For the import error, this post may help:

Regarding conda, it seems to be that feature is not available on Windows.

thx @toni.sm , I can import module by following the documentation now.

For conda, after running setup_python_env.bat, it works just like the built-in Python interpreter.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.