Trying to enable A2F in Composer
Loading just the extcashe from A2F did nothing. Loading both the A2F and Machinema enabled a lot of third party plugins. I also got a lot of errors when i didn’t have A2F loaded and only machinema. If i only have A2F extcache there are no plugins at all.
In Extensions > Settings
- Load extcache from both Audio 2 Face and Machinema
Without errors i can enable:
- omni.audio2face.inference_deps
- omni.audio2face.inference
- omni.audio2face.utility
- omni.audio2face.common
- omni.audio2face.player_deps
- omni.audio2face.ui_common
I get errors when trying to load
- omni.audio2face.ui.player
- omni.audio2face.player(this gets automatically loaded when i load the ui.player)
omni.audio2face.ui.player and .player errors.
I’m seeing some common themes at a cursory glance
- cygrpc from grpc._cython (ok so cygrpc is the server. Did pip install and no difference. )
- NumPy version >=1.16.5 <1.23.0 ( i have 1.26.4)
- This is causing all sorts of problems
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] Failed to import python module omni.audio2face.player. Error: cannot import name 'cygrpc' from 'grpc._cython' (d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/grpc/_cython/__init__.py). Traceback:
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] Traceback (most recent call last):
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\omni\ext\_impl\custom_importer.py", line 76, in import_module
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] return importlib.import_module(name)
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:\nvidia\librarypath\create-2023.2.5\kit\python\lib\importlib\__init__.py", line 126, in import_module
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] return _bootstrap._gcd_import(name[level:], package, level)
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap_external>", line 883, in exec_module
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/__init__.py", line 2, in <module>
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] from .scripts.extension import *
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/extension.py", line 15, in <module>
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] from .instances import (
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/instances.py", line 20, in <module>
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] from .streaming_server import StreamingServer
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/streaming_server/__init__.py", line 1, in <module>
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] from .server import *
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/streaming_server/server.py", line 5, in <module>
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] import grpc
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/grpc/__init__.py", line 23, in <module>
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] from grpc._cython import cygrpc as _cygrpc
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer] ImportError: cannot import name 'cygrpc' from 'grpc._cython' (d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/grpc/_cython/__init__.py)
2024-05-05 18:32:41 [Error] [omni.ext._impl.custom_importer]
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] Exception: Extension python module: 'omni.audio2face.player' in 'd:\nvidia\librarypath\machinima-2022.3.0\extscache\omni.audio2face.player-104.8.5+104.1.wx64' failed to load.
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin]
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] At:
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\omni\ext\_impl\_internal.py(213): startup
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\omni\ext\_impl\_internal.py(328): startup_extension
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] PythonExtension.cpp::startup()(2): <module>
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_commands.py(29): do
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py(80): execute
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/commands/command.py(463): execute
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/common.py(288): toggle_extension
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_components.py(93): toggle
2024-05-05 18:32:41 [Error] [carb.scripting-python.plugin]
2024-05-05 18:32:41 [Error] [omni.ext.plugin] [ext: omni.audio2face.player-104.8.5] Failed to startup python extension.
2024-05-05 18:32:41 [Error] [omni.ext.python] ImportError: cannot import name 'cygrpc' from 'grpc._cython' (d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/grpc/_cython/__init__.py)
2024-05-05 18:32:41 [Error] [omni.ext.python]
2024-05-05 18:32:41 [Error] [omni.ext.python] At:
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/grpc/__init__.py(23): <module>
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/streaming_server/server.py(5): <module>
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/streaming_server/__init__.py(1): <module>
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/instances.py(20): <module>
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/scripts/extension.py(15): <module>
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player-104.8.5+104.1.wx64/omni/audio2face/player/__init__.py(2): <module>
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:41 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1050): _gcd_import
2024-05-05 18:32:41 [Error] [omni.ext.python] d:\nvidia\librarypath\create-2023.2.5\kit\python\lib\importlib\__init__.py(126): import_module
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/_registration/extension_management.py(154): extension_management_factory
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/_registration/register_python_ogn.py(70): register_python_ogn
2024-05-05 18:32:41 [Error] [omni.ext.python] d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\carb\profiler\__init__.py(85): wrapper
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/registration.py(34): __init__
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/extension.py(120): on_after_ext_enabled
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_commands.py(29): do
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py(80): execute
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/commands/command.py(463): execute
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/common.py(288): toggle_extension
2024-05-05 18:32:41 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_components.py(93): toggle
2024-05-05 18:32:41 [Error] [omni.ext.python]
2024-05-05 18:32:43 [Error] [omni.kit.app._impl] [py stderr]: d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/__init__.py:146: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.23.5
2024-05-05 18:32:43 [Error] [omni.kit.app._impl] warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
2024-05-05 18:32:43 [Error] [omni.kit.app._impl]
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] Failed to import python module omni.audio2face.ui.player. Error: cannot import name '_ccallback_c' from 'scipy._lib' (d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/_lib/__init__.py). Traceback:
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] Traceback (most recent call last):
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\omni\ext\_impl\custom_importer.py", line 76, in import_module
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] return importlib.import_module(name)
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:\nvidia\librarypath\create-2023.2.5\kit\python\lib\importlib\__init__.py", line 126, in import_module
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] return _bootstrap._gcd_import(name[level:], package, level)
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap_external>", line 883, in exec_module
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.ui.player-104.8.0+104.1.wx64/omni/audio2face/ui/player/__init__.py", line 1, in <module>
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] from .scripts.extension import *
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.ui.player-104.8.0+104.1.wx64/omni/audio2face/ui/player/scripts/extension.py", line 13, in <module>
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] from .ui import PlayerInstanceManagerWidget
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.ui.player-104.8.0+104.1.wx64/omni/audio2face/ui/player/scripts/ui.py", line 4, in <module>
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] import scipy.ndimage
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/__init__.py", line 153, in <module>
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] from scipy._lib._ccallback import LowLevelCallable
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] File "d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/_lib/_ccallback.py", line 1, in <module>
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] from . import _ccallback_c
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer] ImportError: cannot import name '_ccallback_c' from 'scipy._lib' (d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/_lib/__init__.py)
2024-05-05 18:32:43 [Error] [omni.ext._impl.custom_importer]
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] Exception: Extension python module: 'omni.audio2face.ui.player' in 'd:\nvidia\librarypath\machinima-2022.3.0\extscache\omni.audio2face.ui.player-104.8.0+104.1.wx64' failed to load.
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin]
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] At:
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\omni\ext\_impl\_internal.py(213): startup
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\omni\ext\_impl\_internal.py(328): startup_extension
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] PythonExtension.cpp::startup()(2): <module>
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_commands.py(29): do
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py(80): execute
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/commands/command.py(463): execute
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/common.py(288): toggle_extension
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_components.py(93): toggle
2024-05-05 18:32:43 [Error] [carb.scripting-python.plugin]
2024-05-05 18:32:43 [Error] [omni.ext.plugin] [ext: omni.audio2face.ui.player-104.8.0] Failed to startup python extension.
2024-05-05 18:32:44 [Error] [omni.kit.app._impl] [py stderr]: d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/__init__.py:146: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.23.5
2024-05-05 18:32:44 [Error] [omni.kit.app._impl] warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
2024-05-05 18:32:44 [Error] [omni.kit.app._impl]
2024-05-05 18:32:44 [Error] [omni.ext.python] ImportError: cannot import name '_ccallback_c' from 'scipy._lib' (d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/_lib/__init__.py)
2024-05-05 18:32:44 [Error] [omni.ext.python]
2024-05-05 18:32:44 [Error] [omni.ext.python] At:
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/_lib/_ccallback.py(1): <module>
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.player_deps-104.7.0+104.1.wx64/deps/py/scipy/__init__.py(153): <module>
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(992): _find_and_load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.ui.player-104.8.0+104.1.wx64/omni/audio2face/ui/player/scripts/ui.py(4): <module>
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.ui.player-104.8.0+104.1.wx64/omni/audio2face/ui/player/scripts/extension.py(13): <module>
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/machinima-2022.3.0/extscache/omni.audio2face.ui.player-104.8.0+104.1.wx64/omni/audio2face/ui/player/__init__.py(1): <module>
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(241): _call_with_frames_removed
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap_external>(883): exec_module
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(703): _load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1006): _find_and_load_unlocked
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1027): _find_and_load
2024-05-05 18:32:44 [Error] [omni.ext.python] <frozen importlib._bootstrap>(1050): _gcd_import
2024-05-05 18:32:44 [Error] [omni.ext.python] d:\nvidia\librarypath\create-2023.2.5\kit\python\lib\importlib\__init__.py(126): import_module
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/_registration/extension_management.py(154): extension_management_factory
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/_registration/register_python_ogn.py(70): register_python_ogn
2024-05-05 18:32:44 [Error] [omni.ext.python] d:\nvidia/librarypath/create-2023.2.5/kit/kernel/py\carb\profiler\__init__.py(85): wrapper
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/registration.py(34): __init__
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/extension.py(120): on_after_ext_enabled
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_commands.py(29): do
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py(80): execute
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/commands/command.py(463): execute
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/common.py(288): toggle_extension
2024-05-05 18:32:44 [Error] [omni.ext.python] d:/nvidia/librarypath/create-2023.2.5/extscache/omni.kit.window.extensions-1.3.0+ece658d9/omni/kit/window/extensions/ext_components.py(93): toggle
2024-05-05 18:32:44 [Error] [omni.ext.python]