[BUG] Python process exited with code 1 and signal null during setup. None of the maintenence steps work either. All information enclosed.
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
ComfyUI to install without Errors.
### Actual Behavior
# Error During Install
During the initial install, after I've selected my processing device (GPU) and settings location (I left it at the default directory), I get an error:
```log
An error occurred: Error
Python process exited with code 1 and signal null
Would you like to send the crash to the team?
—> Send Report
—> Do not send crash report
```
---
I've attached all of my logs from `C:\Users\username\AppData\Roaming\ComfyUI\logs` here.
[comfyui.log](https://github.com/user-attachments/files/24698893/comfyui.log)
[main.log](https://github.com/user-attachments/files/24698894/main.log)
[main.log_2026-01-18T21-52-17-142Z.log](https://github.com/user-attachments/files/24698895/main.log_2026-01-18T21-52-17-142Z.log)
[All Logs Zipped.zip](https://github.com/user-attachments/files/24698896/All.Logs.Zipped.zip)
### Steps to Reproduce
1. Download the latest installer for ComfyUI
2. Try to install the application.
3. Observe Python errors.
### Debug Logs
## `comfyui.log` File
[comfyui.log](https://github.com/user-attachments/files/24698893/comfyui.log)
## `main.log` File
[main.log](https://github.com/user-attachments/files/24698894/main.log)
## `main.log_2026-01-18T21-52-17-142Z.log` File
[main.log_2026-01-18T21-52-17-142Z.log](https://github.com/user-attachments/files/24698895/main.log_2026-01-18T21-52-17-142Z.log)
## All Log Files in one Zip
[All Logs Zipped.zip](https://github.com/user-attachments/files/24698896/All.Logs.Zipped.zip)
### Other
The binary I used to install **ComfyUI** is named `ComfyUI Setup 0.7.2 - x64.exe` that I downloaded here from GitHub.
## Maintenance Window Options
I've tried running all options in the "Maintenance" window:
- I have `uv` installed already, so this step is not necessary. (Even though I already have `uv` installed, I did try it earlier and it made no difference)
- I have the latest VC++ Redist installed, so this step is not necessary.
- I've tried the `Reinstall ComfyUI` button, and I get the same errors.
- I've tried the "Install Python Packages" button and I get the following console output after clicking `Console Logs`:
```powershell
PS C:\Users\username\Documents\ComfyUI> & "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\uv\win\uv.exe" "pip" "install" "torch" "torchvision" "torchaudio" "--index-url" "https://download.pytorch.org/whl/cu130"
Using Python 3.13.11 environment at: C:\Users\username\AppData\Local\Python\pythoncore-3.13-64
Audited 3 packages in 4ms
PS C:\Users\username\Documents\ComfyUI> echo "_-end-1768774669671:$?"
_-end-1768774669671:True
PS C:\Users\username\Documents\ComfyUI> & "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\uv\win\uv.exe" "pip" "install" "-r" "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\ComfyUI\requirements.txt" "--index-url" "https://pypi.org/simple/"
Using Python 3.13.11 environment at: C:\Users\username\AppData\Local\Python\pythoncore-3.13-64
Audited 27 packages in 7ms
PS C:\Users\username\Documents\ComfyUI> echo "_-end-1768774670486:$?"
_-end-1768774670486:True
PS C:\Users\username\Documents\ComfyUI> & "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\uv\win\uv.exe" "pip" "install" "-r" "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\ComfyUI\manager_requirements.txt" "--index-url" "https://pypi.org/simple/"
Using Python 3.13.11 environment at: C:\Users\username\AppData\Local\Python\pythoncore-3.13-64
Audited 1 package in 5ms
PS C:\Users\username\Documents\ComfyUI> echo "_-end-1768774670544:$?"
_-end-1768774670544:True
```
- I've tried the "uv cache" (Clear cache) button and I get the following console output after clicking `Console Logs`:
```powershell
PS C:\Users\username\Documents\ComfyUI> & "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\uv\win\uv.exe" "pip" "install" "torch" "torchvision" "torchaudio
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\username\Documents\ComfyUI> & "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\uv\win\uv.exe" "cache" "clean"
Clearing cache at: C:\Users\username\AppData\Local\uv\cache
Removed 29374 files (3.2GiB)
PS C:\Users\username\Documents\ComfyUI> echo "_-end-1768774748698:$?"
_-end-1768774748698:True
```
- I've tried the "Reset virtual environment" (Recreate) button and I get the following console output after clicking `Console Logs`:
```powershell
> & "C:\Users\username\AppData\Local\Programs\ComfyUI\resources\uv\win\uv.exe" "venv" "--python" "3.12" "--python-preference" "only-managed"
Using CPython 3.12.11
Creating virtual environment at: .venv
Activate with: .venv\Scripts\activate
PS C:\Users\username\Documents\ComfyUI> echo "_-end-1768774833581:$?"
_-end-1768774833581:True
PS C:\Users\username\Documents\ComfyUI> Looking in links: c:\Users\username\AppData\Local\Temp\tmp_6ivxbvo
Processing c:\users\username\appdata\local\temp\tmp_6ivxbvo\pip-25.0.1-py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-25.0.1
```
- I've tried selecting a different "Base path" (The first button on the Maintenance screen). I set it to "C:\AI Data\ComfyUI". After doing this, there is no output in the "Console Logs" (The window that pops up when you click on the "Console Logs" button), but at the top of the window there is text that says `Status: Error" and it's colored in red. Screenshot:
Finally, I can't get the application to start. When I click the continue button, I get a message saying `Unable to continue - errors remain`.
So I am completely at a loss.
# Computer and OS Information
Here is my Windows 11 Version information from `winver`:
```
Microsoft Windows
Version 25H2 (0S Build 26200.7623)
```
Really hope someone can help me because ComfyUI looks awesome.
Thanks so much.
Contributor guide
Assessment
This issue has not been assessed yet.