-
Notifications
You must be signed in to change notification settings - Fork 1.4k
issue compiling the wheel ( is it incompatibility of versions ?) #354
Description
Hello,
the 3D model works fine but I need the wheel for texture generation. I have tried all days trying to resolve some tools i didn't yet install due to re-init my PC like visual studios etc.
Each time I get a mistake ,once it was visual studio 2026 being incompatible so downgraded to 2022.
¯ error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\nvcc.EXE' failed with exit code 2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for custom_rasterizer Failed to build custom_rasterizer error: failed-wheel-build-for-install × Failed to build installable wheels for some pyproject.toml based projects ╰─> custom_rasterizer
I have CUDA 13.0 and Python 3.14, I installed the latest comfyUI last week.
are those incompatible with the custom rasterizer wheel ?
I'm lost at what I should ? I saw there was a pull request on new cuda ,but what versions should I have in order to make texture generation and painting,without breaking the new comfyUI ?
thank you.