Hello,
I recently encountered an issue that could be related to the new Isaac Sim version (2023.1.1). Initially, everything worked fine, but after closing and reopening the simulator, I started facing errors related to extensions using PyTorch. The same issue now also appears with older versions of Isaac Sim, suggesting that the root cause might be a change affecting the system more globally.
Here are some additional context details:
- At the time of the issue’s first occurrence, I was not running any programs besides VSCode, Omniverse, Outlook, MS Teams and my browser.
- I was working on a UI for an Isaac Sim extension (so nothing with pytorch).
- Isaac Sim was closed only for a brief period, just a few seconds.
Here’s a part of the error message I receive for each extension:
2023-12-20 12:10:33 [21,339ms] [Error] [omni.ext.plugin] [ext: omni.isaac.gain_tuner-0.1.3] Failed to startup python extension.
2023-12-20 12:10:34 [21,771ms] [Error] [omni.ext.python] OSError: [WinError 127] Die angegebene Prozedur wurde nicht gefunden. Error loading "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.wx64/torch-2-0-1/torch\lib\cublas64_11.dll" or one of its dependencies.
Steps I’ve taken to troubleshoot:
- Verified that
cublas64_11.dllis in the correct directory. - Checked dependencies of
cublas64_11.dllusinglddin Git Bash on Windows 10. All dependencies are correctly located. - In the Isaac Sim Python environment, PyTorch imports successfully, and
torch.cuda.is_available()returnstrue. - Reinstalled Isaac Sim version 2023.1.1.
Despite these efforts, the issue persists. If anyone has experienced a similar problem or has any insights, your assistance would be greatly appreciated.
Thank you in advance for your help.
Kind regards
Axel
Here is the whole error message for reference:
2023-12-20 12:10:33 [21,337ms] [Error] [omni.ext._impl._internal] Failed to import python module omni.isaac.gain_tuner from c:\users\goedrichax\appdata\local\ov\pkg\isaac_sim-2023.1.1\exts\omni.isaac.gain_tuner. Error: [WinError 127] Die angegebene Prozedur wurde nicht gefunden. Error loading "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.wx64/torch-2-0-1/torch\lib\cublas64_11.dll" or one of its dependencies.. Traceback:
Traceback (most recent call last):
File "c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\_internal.py", line 187, in _custom_importer
return _import_public(ext_module.path, ext_module.name, reload_enabled)
File "c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\carb\profiler\__init__.py", line 83, in wrapper
r = f(*args, **kwds)
File "c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\_internal.py", line 94, in _import_public
module = import_module(module_name)
File "c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\carb\profiler\__init__.py", line 83, in wrapper
r = f(*args, **kwds)
File "c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\custom_importer.py", line 76, in import_module
return importlib.import_module(name)
File "c:\users\goedrichax\appdata\local\ov\pkg\isaac_sim-2023.1.1\kit\python\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.gain_tuner/omni/isaac/gain_tuner/__init__.py", line 10, in <module>
from .extension import *
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.gain_tuner/omni/isaac/gain_tuner/extension.py", line 21, in <module>
from omni.isaac.core.articulations import Articulation
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/__init__.py", line 11, in <module>
from omni.isaac.core.physics_context.physics_context import PhysicsContext
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/physics_context/__init__.py", line 9, in <module>
from omni.isaac.core.physics_context.physics_context import PhysicsContext
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/physics_context/physics_context.py", line 15, in <module>
from omni.isaac.core.utils.prims import get_prim_at_path, get_prim_path, is_prim_path_valid
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/utils/prims.py", line 24, in <module>
from omni.isaac.core.utils.types import SDF_type_to_Gf
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/utils/types.py", line 12, in <module>
import torch
File "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.wx64/torch-2-0-1/torch/__init__.py", line 122, in <module>
raise err
OSError: [WinError 127] Die angegebene Prozedur wurde nicht gefunden. Error loading "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.wx64/torch-2-0-1/torch\lib\cublas64_11.dll" or one of its dependencies.
2023-12-20 12:10:33 [21,338ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: 'omni.isaac.gain_tuner' in 'c:\users\goedrichax\appdata\local\ov\pkg\isaac_sim-2023.1.1\exts\omni.isaac.gain_tuner' failed to load.
At:
c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\_internal.py(213): startup
c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\_internal.py(328): startup_extension
PythonExtension.cpp::startup()(2): <module>
2023-12-20 12:10:33 [21,339ms] [Error] [omni.ext.plugin] [ext: omni.isaac.gain_tuner-0.1.3] Failed to startup python extension.
2023-12-20 12:10:34 [21,771ms] [Error] [omni.ext.python] OSError: [WinError 127] Die angegebene Prozedur wurde nicht gefunden. Error loading "c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.wx64/torch-2-0-1/torch\lib\cublas64_11.dll" or one of its dependencies.
At:
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/extscache/omni.pip.torch-2_0_1-2.0.2+105.1.wx64/torch-2-0-1/torch/__init__.py(122): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/utils/types.py(12): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/utils/prims.py(24): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/physics_context/physics_context.py(15): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/physics_context/__init__.py(9): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap>(992): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.core/omni/isaac/core/__init__.py(11): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap>(992): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.gain_tuner/omni/isaac/gain_tuner/extension.py(21): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.gain_tuner/omni/isaac/gain_tuner/__init__.py(10): <module>
<frozen importlib._bootstrap>(241): _call_with_frames_removed
<frozen importlib._bootstrap_external>(883): exec_module
<frozen importlib._bootstrap>(703): _load_unlocked
<frozen importlib._bootstrap>(1006): _find_and_load_unlocked
<frozen importlib._bootstrap>(1027): _find_and_load
<frozen importlib._bootstrap>(1050): _gcd_import
c:\users\goedrichax\appdata\local\ov\pkg\isaac_sim-2023.1.1\kit\python\lib\importlib\__init__.py(126): import_module
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/exts/omni.graph/omni/graph/core/_impl/_registration/extension_management.py(154): extension_management_factory
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/exts/omni.graph/omni/graph/core/_impl/_registration/register_python_ogn.py(70): register_python_ogn
c:\users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/kernel/py\carb\profiler\__init__.py(85): wrapper
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/exts/omni.graph/omni/graph/core/_impl/registration.py(34): __init__
c:/users/goedrichax/appdata/local/ov/pkg/isaac_sim-2023.1.1/kit/exts/omni.graph/omni/graph/core/_impl/extension.py(120): on_after_ext_enabled