Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: DLL load failed while importing mesh_core_cython - The specified module could not be found. #439

Open
3 tasks done
W1nOfGood opened this issue Sep 26, 2024 · 3 comments
Labels
bug Something isn't working 👯‍♀️ duplicate This issue or pull request already exists

Comments

@W1nOfGood
Copy link

First, confirm

  • I have read the instruction carefully
  • I have searched the existing issues
  • I have updated the extension to the latest version

What happened?

I've been trying to get this node installed correctly for the past couple of hours, but I always seem to find a new issue.
I have installed the node then I got an
ImportError: DLL load failed while importing mesh_core_cython: The specified module could not be found.
I have tried the Troubleshooting ----> I. by both installing build-tools and also installed from pre-compiled
I have build the cython using python setup.py install

In addition of that I have tried looking into both of these which yield no result #78 #94
image
image
image

Steps to reproduce the problem

Your workflow

Installed everything.

Sysinfo

WIN32_NT 10.0.26100.1301 (24H2)
CPU: Intel(R) Xeon(R) E5-2696 v3 (72) @ 2.29 GHz
GPU: NVIDIA GeForce RTX 3060 (11.83 GiB) [Discrete]
Memory: 8.04 GiB / 127.88 GiB (6%)

Relevant console log

Traceback (most recent call last):
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1998, 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 "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in <module>
    from insightface.app.common import Face
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\__init__.py", line 18, in <module>
    from . import app
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\app\__init__.py", line 2, in <module>
    from .mask_renderer import *
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\app\mask_renderer.py", line 6, in <module>
    from ..thirdparty import face3d
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\thirdparty\face3d\__init__.py", line 5, in <module>
    from . import mesh
  File "C:\Users\Administrator\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\insightface\thirdparty\face3d\mesh\__init__.py", line 9, in <module>
    from .cython import mesh_core_cython
ImportError: DLL load failed while importing mesh_core_cython: The specified module could not be found.

Additional information

Let me know if you would like any another info I'll be happy to provide!

@W1nOfGood W1nOfGood added bug Something isn't working new labels Sep 26, 2024
@beansfotos
Copy link

Same exact error.. Never works

@Gourieff Gourieff added 👯‍♀️ duplicate This issue or pull request already exists and removed new labels Oct 3, 2024
@W1nOfGood
Copy link
Author

Seem like people are also having the same problem but no one ever solved it
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 👯‍♀️ duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants