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

OSError: [WinError 127] The specified procedure could not be found

Open Mikerhinos opened this issue 1 year ago • 2 comments

I'm having this error :

Traceback (most recent call last): File "D:\pinokio\api\comfyui.git\app\nodes.py", line 1941, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in call_with_frames_removed File "D:\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-3D-Pack_init.py", line 53, in module = importlib.import_module(f".{nodes_filename}", package=name) File "D:\pinokio\bin\miniconda\lib\importlib_init_.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in load_unlocked File "", line 883, in exec_module File "", line 241, in call_with_frames_removed File "D:\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 48, in from FlexiCubes.flexicubes_trainer import FlexiCubesTrainer File "D:\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-3D-Pack\MVs_Algorithms\FlexiCubes\flexicubes_trainer.py", line 13, in from .loss import sdf_reg_loss File "D:\pinokio\api\comfyui.git\app\custom_nodes\ComfyUI-3D-Pack\MVs_Algorithms\FlexiCubes\loss.py", line 9, in import torch_scatter File "D:\pinokio\api\comfyui.git\app\env\lib\site-packages\torch_scatter_init.py", line 16, in torch.ops.load_library(spec.origin) File "D:\pinokio\api\comfyui.git\app\env\lib\site-packages\torch_ops.py", line 1032, in load_library ctypes.CDLL(path) File "D:\pinokio\bin\miniconda\lib\ctypes_init.py", line 374, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 127] La procédure spécifiée est introuvable

I'm on Win10, none portable version, all the other custom nodes are loading fine :(

Mikerhinos avatar Aug 03 '24 08:08 Mikerhinos

same here, portable version

Traceback (most recent call last):
  File "L:\ComfyUI_3D\ComfyUI\nodes.py", line 1941, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\__init__.py", line 53, in <module>
    module = importlib.import_module(f".{nodes_filename}", package=__name__)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "importlib\__init__.py", line 126, in import_module
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 48, in <module>
    from FlexiCubes.flexicubes_trainer import FlexiCubesTrainer
  File "L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\MVs_Algorithms\FlexiCubes\flexicubes_trainer.py", line 13, in <module>
    from .loss import sdf_reg_loss
  File "L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack\MVs_Algorithms\FlexiCubes\loss.py", line 9, in <module>
    import torch_scatter
  File "L:\ComfyUI_3D\python_embeded\Lib\site-packages\torch_scatter\__init__.py", line 16, in <module>
    torch.ops.load_library(spec.origin)
  File "L:\ComfyUI_3D\python_embeded\Lib\site-packages\torch\_ops.py", line 1295, in load_library
    ctypes.CDLL(path)
  File "ctypes\__init__.py", line 376, in __init__
OSError: [WinError 127] 找不到指定的程序。

Cannot import L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack module for custom nodes: [WinError 127] 找不到指定的程 序。
### Loading: ComfyUI-Manager (V2.48.5)
### ComfyUI Revision: 2482 [1c08bf35] | Released on '2024-08-07'

Import times for custom nodes:
   0.0 seconds: L:\ComfyUI_3D\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: L:\ComfyUI_3D\ComfyUI\custom_nodes\Comfyui_Comfly
   0.3 seconds: L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-Manager
   3.1 seconds (IMPORT FAILED): L:\ComfyUI_3D\ComfyUI\custom_nodes\ComfyUI-3D-Pack

BoosterCore avatar Aug 07 '24 15:08 BoosterCore

same problem,how to solve?

qyyxm99 avatar Aug 15 '24 03:08 qyyxm99

try to install the latest version from dev branch please

DenisKochetov avatar Aug 03 '25 18:08 DenisKochetov