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

3d pack failed to load after successfully run insall.py

Open ammahmoudi opened this issue 1 year ago • 1 comments

hi . i runned install.py and then installed requirements.txt file then runned comfy ui but i got this in the console:

Warn!: C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:1967: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation.
If this is not desired, please set os.environ['TORCH_CUDA_ARCH_LIST'].
  warnings.warn(

Warn!: Traceback (most recent call last):
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 2107, in _run_ninja_build
    subprocess.run(
  File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\Public\Downloads\neda_cui\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 "C:\Users\Public\Downloads\neda_cui\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 "C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 80, in <module>
    from Unique3D.scripts.project_mesh import multiview_color_projection, get_cameras_list
  File "C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Unique3D\scripts\project_mesh.py", line 98, in <module>
    pix2faces_renderer = Pix2FacesRenderer()
                         ^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\Unique3D\scripts\project_mesh.py", line 70, in __init__
    self._glctx = dr.RasterizeGLContext(output_db=False, device=device)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\ops.py", line 221, in __init__
    self.cpp_wrapper = _get_plugin(gl=True).RasterizeGLStateWrapper(output_db, mode == 'automatic', cuda_device_idx)
                       ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\ops.py", line 118, in _get_plugin
    torch.utils.cpp_extension.load(name=plugin_name, sources=source_paths, extra_cflags=opts, extra_cuda_cflags=opts+['-lineinfo'], extra_ldflags=ldflags, with_cuda=True, verbose=False)
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 1309, in load
    return _jit_compile(
           ^^^^^^^^^^^^^
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 1719, in _jit_compile
    _write_ninja_file_and_build_library(
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 1832, in _write_ninja_file_and_build_library
    _run_ninja_build(
  File "C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 2123, in _run_ninja_build
    raise RuntimeError(message) from e
RuntimeError: Error building extension 'nvdiffrast_plugin_gl': [1/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\common.cpp /Focommon.o
FAILED: common.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\common.cpp /Focommon.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\common.cpp(9): fatal error C1083: Cannot open include file: 'cuda_runtime.h': No such file or directory
[2/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_rasterize_gl.cpp /Fotorch_rasterize_gl.o
FAILED: torch_rasterize_gl.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_rasterize_gl.cpp /Fotorch_rasterize_gl.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
[3/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\glutil.cpp /Foglutil.o
FAILED: glutil.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\glutil.cpp /Foglutil.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
[4/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_bindings_gl.cpp /Fotorch_bindings_gl.o
FAILED: torch_bindings_gl.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_bindings_gl.cpp /Fotorch_bindings_gl.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
[5/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\rasterize_gl.cpp /Forasterize_gl.o
FAILED: rasterize_gl.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\rasterize_gl.cpp /Forasterize_gl.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
ninja: build stopped: subcommand failed.


Warn!: Cannot import C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack module for custom nodes: Error building extension 'nvdiffrast_plugin_gl': [1/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\common.cpp /Focommon.o
FAILED: common.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\common.cpp /Focommon.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\common.cpp(9): fatal error C1083: Cannot open include file: 'cuda_runtime.h': No such file or directory
[2/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_rasterize_gl.cpp /Fotorch_rasterize_gl.o
FAILED: torch_rasterize_gl.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_rasterize_gl.cpp /Fotorch_rasterize_gl.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
[3/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\glutil.cpp /Foglutil.o
FAILED: glutil.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\glutil.cpp /Foglutil.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
[4/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_bindings_gl.cpp /Fotorch_bindings_gl.o
FAILED: torch_bindings_gl.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\torch\torch_bindings_gl.cpp /Fotorch_bindings_gl.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
[5/6] cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\rasterize_gl.cpp /Forasterize_gl.o
FAILED: rasterize_gl.o
cl /showIncludes -DTORCH_EXTENSION_NAME=nvdiffrast_plugin_gl -DTORCH_API_INCLUDE_EXTENSION_H -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\TH -IC:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\include" -IC:\Users\Public\Downloads\neda_cui\python_embeded\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /std:c++17 -DNVDR_TORCH -c C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\nvdiffrast\common\rasterize_gl.cpp /Forasterize_gl.o
Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\include\ATen/cuda/CUDAContextLight.h(6): fatal error C1083: Cannot open include file: 'cuda_runtime_api.h': No such file or directory
ninja: build stopped: subcommand failed.

i also runned \auto_build_all.py but i got error here: ` PS C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts> ../../../../../python_embeded/python.exe .\auto_build_all.py Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: cmake in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from -r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 2)) (3.30.2) Requirement already satisfied: ninja in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from -r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 3)) (1.11.1.1) Requirement already satisfied: PyGithub in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from -r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (2.3.0) Requirement already satisfied: requests in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from -r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 7)) (2.32.3) Requirement already satisfied: pynacl>=1.4.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (1.5.0) Requirement already satisfied: pyjwt>=2.4.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from pyjwt[crypto]>=2.4.0->PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (2.9.0) Requirement already satisfied: typing-extensions>=4.0.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (4.12.2) Requirement already satisfied: urllib3>=1.26.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (2.2.2) Requirement already satisfied: Deprecated in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (1.2.14) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from requests->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 7)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from requests->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 7)) (3.7) Requirement already satisfied: certifi>=2017.4.17 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from requests->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 7)) (2024.7.4) Requirement already satisfied: cryptography>=3.4.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from pyjwt[crypto]>=2.4.0->PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (43.0.0) Requirement already satisfied: cffi>=1.4.1 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from pynacl>=1.4.0->PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (1.16.0) Requirement already satisfied: wrapt<2,>=1.10 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from Deprecated->PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (1.16.0) Requirement already satisfied: pycparser in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from cffi>=1.4.1->pynacl>=1.4.0->PyGithub->-r C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\build_requirements.txt (line 6)) (2.22) Looking in indexes: https://download.pytorch.org/whl/cu121, https://pypi.ngc.nvidia.com Requirement already satisfied: torch==2.3.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (2.3.0+cu121) Requirement already satisfied: filelock in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (3.15.4) Requirement already satisfied: typing-extensions>=4.8.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (4.12.2) Requirement already satisfied: sympy in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (1.13.1) Requirement already satisfied: networkx in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (3.3) Requirement already satisfied: jinja2 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (3.1.4) Requirement already satisfied: fsspec in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (2024.5.0) Requirement already satisfied: mkl<=2021.4.0,>=2021.1.1 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0) (2021.4.0) Requirement already satisfied: intel-openmp==2021.* in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.0) (2021.4.0) Requirement already satisfied: tbb==2021.* in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.0) (2021.13.0) Requirement already satisfied: MarkupSafe>=2.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from jinja2->torch==2.3.0) (2.1.5) Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from sympy->torch==2.3.0) (1.3.0) Looking in indexes: https://download.pytorch.org/whl/cu121, https://pypi.ngc.nvidia.com Requirement already satisfied: torchvision==0.18.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (0.18.0+cu121) Requirement already satisfied: numpy in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torchvision==0.18.0) (1.26.4) Requirement already satisfied: torch==2.3.0+cu121 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torchvision==0.18.0) (2.3.0+cu121) Requirement already satisfied: pillow!=8.3.,>=5.3.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torchvision==0.18.0) (10.4.0) Requirement already satisfied: filelock in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (3.15.4) Requirement already satisfied: typing-extensions>=4.8.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (4.12.2) Requirement already satisfied: sympy in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (1.13.1) Requirement already satisfied: networkx in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (3.3) Requirement already satisfied: jinja2 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (3.1.4) Requirement already satisfied: fsspec in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (2024.5.0) Requirement already satisfied: mkl<=2021.4.0,>=2021.1.1 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from torch==2.3.0+cu121->torchvision==0.18.0) (2021.4.0) Requirement already satisfied: intel-openmp==2021. in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.0+cu121->torchvision==0.18.0) (2021.4.0) Requirement already satisfied: tbb==2021.* in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.0+cu121->torchvision==0.18.0) (2021.13.0) Requirement already satisfied: MarkupSafe>=2.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from jinja2->torch==2.3.0+cu121->torchvision==0.18.0) (2.1.5) Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\users\public\downloads\neda_cui\python_embeded\lib\site-packages (from sympy->torch==2.3.0+cu121->torchvision==0.18.0) (1.3.0) Building C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Libs\pointnet2_ops [Wheel BUILD LOG] running bdist_wheel running build running build_py copying pointnet2_ops\pointnet2_modules.py -> build\lib.win-amd64-cpython-311\pointnet2_ops copying pointnet2_ops\pointnet2_utils.py -> build\lib.win-amd64-cpython-311\pointnet2_ops copying pointnet2_ops_version.py -> build\lib.win-amd64-cpython-311\pointnet2_ops copying pointnet2_ops_init_.py -> build\lib.win-amd64-cpython-311\pointnet2_ops running egg_info writing pointnet2_ops.egg-info\PKG-INFO writing dependency_links to pointnet2_ops.egg-info\dependency_links.txt writing top-level names to pointnet2_ops.egg-info\top_level.txt reading manifest file 'pointnet2_ops.egg-info\SOURCES.txt' writing manifest file 'pointnet2_ops.egg-info\SOURCES.txt' copying pointnet2_ops_ext-src\src\ball_query.cpp -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\ball_query_gpu.cu -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\bindings.cpp -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\group_points.cpp -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\group_points_gpu.cu -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\interpolate.cpp -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\interpolate_gpu.cu -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\sampling.cpp -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src copying pointnet2_ops_ext-src\src\sampling_gpu.cu -> build\lib.win-amd64-cpython-311\pointnet2_ops_ext-src\src running build_ext

[Wheel BUILD ERROR LOG] C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:384: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn(f'Error checking compiler version for {compiler}: {error}') error: [WinError 2] The system cannot find the file specified

Build C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Libs\pointnet2_ops Failed Building C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Libs\simple-knn [Wheel BUILD LOG] running bdist_wheel running build running build_ext

[Wheel BUILD ERROR LOG] C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:384: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn(f'Error checking compiler version for {compiler}: {error}') error: [WinError 2] The system cannot find the file specified

Build C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Libs\simple-knn Failed Already up to date. Building C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\diff-gaussian-rasterization [Wheel BUILD LOG] running bdist_wheel running build running build_py copying diff_gaussian_rasterization_init_.py -> build\lib.win-amd64-cpython-311\diff_gaussian_rasterization running build_ext

[Wheel BUILD ERROR LOG] C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:384: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn(f'Error checking compiler version for {compiler}: {error}') error: [WinError 2] The system cannot find the file specified

Build C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\diff-gaussian-rasterization Failed Already up to date. Building C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\nvdiffrast Build C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\nvdiffrast Succeed Already up to date. Building C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\kiuikit Build C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\kiuikit Succeed Already up to date. Building C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\pytorch3d [Wheel BUILD LOG] running bdist_wheel running build running build_py copying projects_init_.py -> build\lib.win-amd64-cpython-311\projects copying pytorch3d_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d copying pytorch3d\common\compat.py -> build\lib.win-amd64-cpython-311\pytorch3d\common copying pytorch3d\common\datatypes.py -> build\lib.win-amd64-cpython-311\pytorch3d\common copying pytorch3d\common\linear_with_repeat.py -> build\lib.win-amd64-cpython-311\pytorch3d\common copying pytorch3d\common_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\common copying pytorch3d\datasets\shapenet_base.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets copying pytorch3d\datasets\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets copying pytorch3d\datasets_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets copying pytorch3d\implicitron\eval_demo.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron copying pytorch3d\implicitron_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron copying pytorch3d\io\experimental_gltf_io.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\mtl_io.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\obj_io.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\off_io.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\pluggable.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\pluggable_formats.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\ply_io.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\io_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\io copying pytorch3d\loss\chamfer.py -> build\lib.win-amd64-cpython-311\pytorch3d\loss copying pytorch3d\loss\mesh_edge_loss.py -> build\lib.win-amd64-cpython-311\pytorch3d\loss copying pytorch3d\loss\mesh_laplacian_smoothing.py -> build\lib.win-amd64-cpython-311\pytorch3d\loss copying pytorch3d\loss\mesh_normal_consistency.py -> build\lib.win-amd64-cpython-311\pytorch3d\loss copying pytorch3d\loss\point_mesh_distance.py -> build\lib.win-amd64-cpython-311\pytorch3d\loss copying pytorch3d\loss_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\loss copying pytorch3d\ops\ball_query.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\cameras_alignment.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\cubify.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\graph_conv.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\interp_face_attrs.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\iou_box3d.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\knn.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\laplacian_matrices.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\marching_cubes.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\marching_cubes_data.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\mesh_face_areas_normals.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\mesh_filtering.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\packed_to_padded.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\perspective_n_points.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\points_alignment.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\points_normals.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\points_to_volumes.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\sample_farthest_points.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\sample_points_from_meshes.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\subdivide_meshes.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops\vert_align.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\ops_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\ops copying pytorch3d\renderer\blending.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\cameras.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\camera_conversions.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\camera_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\compositing.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\fisheyecameras.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\lighting.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\materials.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\splatter_blend.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\renderer_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer copying pytorch3d\structures\meshes.py -> build\lib.win-amd64-cpython-311\pytorch3d\structures copying pytorch3d\structures\pointclouds.py -> build\lib.win-amd64-cpython-311\pytorch3d\structures copying pytorch3d\structures\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\structures copying pytorch3d\structures\volumes.py -> build\lib.win-amd64-cpython-311\pytorch3d\structures copying pytorch3d\structures_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\structures copying pytorch3d\transforms\math.py -> build\lib.win-amd64-cpython-311\pytorch3d\transforms copying pytorch3d\transforms\rotation_conversions.py -> build\lib.win-amd64-cpython-311\pytorch3d\transforms copying pytorch3d\transforms\se3.py -> build\lib.win-amd64-cpython-311\pytorch3d\transforms copying pytorch3d\transforms\so3.py -> build\lib.win-amd64-cpython-311\pytorch3d\transforms copying pytorch3d\transforms\transform3d.py -> build\lib.win-amd64-cpython-311\pytorch3d\transforms copying pytorch3d\transforms_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\transforms copying pytorch3d\utils\camera_conversions.py -> build\lib.win-amd64-cpython-311\pytorch3d\utils copying pytorch3d\utils\checkerboard.py -> build\lib.win-amd64-cpython-311\pytorch3d\utils copying pytorch3d\utils\ico_sphere.py -> build\lib.win-amd64-cpython-311\pytorch3d\utils copying pytorch3d\utils\torus.py -> build\lib.win-amd64-cpython-311\pytorch3d\utils copying pytorch3d\utils_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\utils copying pytorch3d\vis\plotly_vis.py -> build\lib.win-amd64-cpython-311\pytorch3d\vis copying pytorch3d\vis\texture_vis.py -> build\lib.win-amd64-cpython-311\pytorch3d\vis copying pytorch3d\vis_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\vis copying pytorch3d\common\workaround\symeig3x3.py -> build\lib.win-amd64-cpython-311\pytorch3d\common\workaround copying pytorch3d\common\workaround\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\common\workaround copying pytorch3d\common\workaround_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\common\workaround copying pytorch3d\datasets\r2n2\r2n2.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\r2n2 copying pytorch3d\datasets\r2n2\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\r2n2 copying pytorch3d\datasets\r2n2_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\r2n2 copying pytorch3d\datasets\shapenet\shapenet_core.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\shapenet copying pytorch3d\datasets\shapenet_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\shapenet copying pytorch3d\implicitron\dataset\blender_dataset_map_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\dataset_base.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\dataset_map_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\data_loader_map_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\data_source.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\frame_data.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\json_index_dataset.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\json_index_dataset_map_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\json_index_dataset_map_provider_v2.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\llff_dataset_map_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\load_blender.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\load_llff.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\orm_types.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\rendered_mesh_dataset_map_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\scene_batch_sampler.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\single_sequence_dataset.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\sql_dataset.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\sql_dataset_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\train_eval_data_loader_provider.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\types.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset\visualize.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\dataset_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\dataset copying pytorch3d\implicitron\evaluation\evaluate_new_view_synthesis.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\evaluation copying pytorch3d\implicitron\evaluation\evaluator.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\evaluation copying pytorch3d\implicitron\evaluation_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\evaluation copying pytorch3d\implicitron\models\base_model.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\models\generic_model.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\models\metrics.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\models\model_dbir.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\models\overfit_model.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\models\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\models_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models copying pytorch3d\implicitron\third_party\hyperlayers.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\third_party copying pytorch3d\implicitron\third_party\pytorch_prototyping.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\third_party copying pytorch3d\implicitron\third_party_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\third_party copying pytorch3d\implicitron\tools\camera_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\circle_fitting.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\config.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\depth_cleanup.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\eval_video_trajectory.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\image_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\metric_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\model_io.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\point_cloud_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\rasterize_mc.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\stats.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\video_writer.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools\vis_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\tools_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\tools copying pytorch3d\implicitron\models\feature_extractor\feature_extractor.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\feature_extractor copying pytorch3d\implicitron\models\feature_extractor\resnet_feature_extractor.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\feature_extractor copying pytorch3d\implicitron\models\feature_extractor_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\feature_extractor copying pytorch3d\implicitron\models\global_encoder\autodecoder.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\global_encoder copying pytorch3d\implicitron\models\global_encoder\global_encoder.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\global_encoder copying pytorch3d\implicitron\models\global_encoder_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\global_encoder copying pytorch3d\implicitron\models\implicit_function\base.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\decoding_functions.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\idr_feature_field.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\neural_radiance_field.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\scene_representation_networks.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\voxel_grid.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function\voxel_grid_implicit_function.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\implicit_function_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\implicit_function copying pytorch3d\implicitron\models\renderer\base.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\lstm_renderer.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\multipass_ea.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\raymarcher.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\ray_point_refiner.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\ray_sampler.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\ray_tracing.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\rgb_net.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer\sdf_renderer.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\renderer_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\renderer copying pytorch3d\implicitron\models\view_pooler\feature_aggregator.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\view_pooler copying pytorch3d\implicitron\models\view_pooler\view_pooler.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\view_pooler copying pytorch3d\implicitron\models\view_pooler\view_sampler.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\view_pooler copying pytorch3d\implicitron\models\view_pooler_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\view_pooler copying pytorch3d\implicitron\models\visualization\render_flyaround.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\visualization copying pytorch3d\implicitron\models\visualization_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron\models\visualization copying pytorch3d\renderer\implicit\harmonic_embedding.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\implicit\raymarching.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\implicit\raysampling.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\implicit\renderer.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\implicit\sample_pdf.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\implicit\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\implicit_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\implicit copying pytorch3d\renderer\mesh\clip.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\rasterizer.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\rasterize_meshes.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\renderer.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\shader.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\shading.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\textures.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh\utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\mesh_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\mesh copying pytorch3d\renderer\opengl\opengl_utils.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\opengl copying pytorch3d\renderer\opengl\rasterizer_opengl.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\opengl copying pytorch3d\renderer\opengl_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\opengl copying pytorch3d\renderer\points\compositor.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points copying pytorch3d\renderer\points\rasterizer.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points copying pytorch3d\renderer\points\rasterize_points.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points copying pytorch3d\renderer\points\renderer.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points copying pytorch3d\renderer\points_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points copying pytorch3d\renderer\points\pulsar\renderer.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points\pulsar copying pytorch3d\renderer\points\pulsar\unified.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points\pulsar copying pytorch3d\renderer\points\pulsar_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\renderer\points\pulsar copying projects\implicitron_trainer\experiment.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron_trainer copying projects\implicitron_trainer\visualize_reconstruction.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron_trainer copying projects\implicitron_trainer_init_.py -> build\lib.win-amd64-cpython-311\pytorch3d\implicitron_trainer copying pytorch3d\datasets\r2n2\r2n2_synset_dict.json -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\r2n2 copying pytorch3d\datasets\shapenet\shapenet_synset_dict_v1.json -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\shapenet copying pytorch3d\datasets\shapenet\shapenet_synset_dict_v2.json -> build\lib.win-amd64-cpython-311\pytorch3d\datasets\shapenet running build_ext

[Wheel BUILD ERROR LOG] C:\Users\Public\Downloads\neda_cui\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:384: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn(f'Error checking compiler version for {compiler}: {error}') error: [WinError 2] The system cannot find the file specified

Build C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Dependencies\pytorch3d Failed Build all dependencies finished in 00:00:19.68 Traceback (most recent call last): File "C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\auto_build_all.py", line 124, in main(args) File "C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack_Pre_Builds_Build_Scripts\auto_build_all.py", line 111, in main raise RuntimeError(f"[Comfy3D BUILD FAILED]: Following dependencies failed to build: {failed_build}") RuntimeError: [Comfy3D BUILD FAILED]: Following dependencies failed to build: ['C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack\_Pre_Builds\_Libs\pointnet2_ops', 'C:\Users\Public\Downloads\neda_cui\ComfyUI\custom_nodes\ComfyUI-3D-Pack\_Pre_Builds\_Libs\simple-knn', 'https://github.com/ashawkey/diff-gaussian-rasterization.git', 'https://github.com/facebookresearch/pytorch3d.git'] `

ammahmoudi avatar Aug 10 '24 12:08 ammahmoudi

Did you ever find a solution?

hirad avatar Jan 22 '25 17:01 hirad

try to install the new version

DenisKochetov avatar Jun 16 '25 11:06 DenisKochetov