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

Issue with miniconda setup - error while building wheel and then missing modules

Open olegpars opened this issue 1 year ago • 2 comments

Hi, hope this is not too stupid question but the whole pythin thing and miniconda is a bity overwhelming for me. I was just an artist and now i am going through what i feared the most - lines of code)

I did a new clean install of comfyui and prcoeeded to install it with method 1 (miniconda) from the tutorial. I did not get any errors before one of the last steps - running install_miniconda.bat. During that install it got some errors while "installing wheel" but it got finished.

I tried to run run_nvidia_gpu_miniconda.bat but got some modules missing. Installed them one after another but when tried to do the same with "pip install diff_gaussian_rasterization" got an error: ERROR: Could not find a version that satisfies the requirement diff_gaussian_rasterization (from versions: none) ERROR: No matching distribution found for diff_gaussian_rasterization

Tried some solutions from different tickets but had no luck.

I attached the full log from miniconda from the moment i started the setup and went through a guide (this is a second try, first one also got messed up) log.docx

My wild guess (as an ultimate non professional) that there is a version mismatch of cuda, as i have globally installed 1.18 and this pack requires 1.21 but i am afraid to update it as there is another install of comfyui that has all my extensions installed and i would not want to break it.

Currently stuck, would love to have some help

olegpars avatar Mar 29 '24 20:03 olegpars

Hi, instead of running "pip install diff_gaussian_rasterization" You should run pip install -r requirements_post.txt this will install all the CUDA packages Let me know if you have any other problems 👍

MrForExample avatar Apr 04 '24 14:04 MrForExample

Hi, instead of running "pip install diff_gaussian_rasterization" You should run pip install -r requirements_post.txt this will install all the CUDA packages Let me know if you have any other problems 👍

I can't seem to locate the requirements_post.txt. I checked the main folder for the repo but I don't see it.

ryanknightley avatar Aug 06 '24 02:08 ryanknightley