imb101 / ComfyUI-FaceSwap

Custom node to enable face swapping in ComfyUI
GNU Affero General Public License v3.0
28 stars 2 forks source link

Install is borked, wont work #1

Open 2blackbar opened 11 months ago

2blackbar commented 11 months ago

ote: This error originates from a subprocess, and is likely not a problem with pip. Traceback (most recent call last): File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 27, in ensure_pip_packages import cython ModuleNotFoundError: No module named 'cython'

`Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [18 lines of output] Traceback (most recent call last): File "G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in main() File "G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 341, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 323, in _get_build_requires self.run_setup() File "G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup exec(code, locals()) File "", line 11, in ModuleNotFoundError: No module named 'Cython' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Traceback (most recent call last): File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 27, in ensure_pip_packages import cython ModuleNotFoundError: No module named 'cython'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1647, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap__init__.py", line 2, in install() File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 34, in install ensure_pip_packages() File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 31, in ensure_pip_packages subprocess.check_call(pip_install + ['-r', requirements_path]) File "subprocess.py", line 413, in check_call subprocess.CalledProcessError: Command '['G:\ComfyUI_windows_portable\python_embeded\python.exe', '-s', '-m', 'pip', 'install', '-r', 'G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\requirements.txt']' returned non-zero exit status 1.

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap module for custom nodes: Command '['G:\ComfyUI_windows_portable\python_embeded\python.exe', '-s', '-m', 'pip', 'install', '-r', 'G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\requirements.txt']' returned non-zero exit status 1.

Loading: ComfyUI-Impact-Pack (V3.12.1)

Loading: ComfyUI-Impact-Pack (Subpack: V0.2)

Loading: ComfyUI-Manager (V0.17.2)

ComfyUI Revision: 1264 [0ce8a540]

Traceback (most recent call last): File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1647, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_pixelization__init__.py", line 9, in from .modules import devices, shared File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_pixelization\modules\shared.py", line 8, in import gradio as gr ModuleNotFoundError: No module named 'gradio'`

hashtagamazing commented 7 months ago

got the same error, any solution?