ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

Python 3.9

Open davedaverave opened this issue 5 months ago • 1 comments

Traceback (most recent call last): File "/notebooks/ComfyUI/nodes.py", line 1887, in load_custom_node module_spec.loader.exec_module(module) File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/notebooks/ComfyUI/custom_nodes/ComfyUI-3D-Pack/init.py", line 18, in module = importlib.import_module(f".{nodes_filename}", package=name) File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/notebooks/ComfyUI/custom_nodes/ComfyUI-3D-Pack/nodes.py", line 19, in from .mesh_processer.mesh_utils import ( File "/notebooks/ComfyUI/custom_nodes/ComfyUI-3D-Pack/mesh_processer/mesh_utils.py", line 3, in from kornia.geometry.conversions import ( ImportError: cannot import name 'quaternion_to_axis_angle' from 'kornia.geometry.conversions' (/usr/local/lib/python3.9/dist-packages/kornia/geometry/conversions.py)

davedaverave avatar Feb 23 '24 22:02 davedaverave

Did you try to upgrade kornia lib? pip install --upgrade kornia

DenisKochetov avatar Mar 14 '24 05:03 DenisKochetov