Issue with miniconda setup - error while building wheel and then missing modules
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
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 👍
Hi, instead of running "
pip install diff_gaussian_rasterization" You should runpip install -r requirements_post.txtthis 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.