Manual install didn't work
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
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 will launch
### Actual Behavior
ComfyUI doesnt Launch
### Steps to Reproduce
Follow the manual install guide located here:
https://docs.comfy.org/installation/manual_install#portable%2Fmanual-install
then enter the miniconda environment, go to the install directory, then run:
python main.py
### Debug Logs
```powershell
ComfyUI Doesn't Launch
ComfyUI master | 1 ❱ conda activate comfyenv (base)
ComfyUI master ❱ python main.py (comfyenv)
Traceback (most recent call last):
File "/home/{user}/ComfyUI/main.py", line 194, in
import comfy.utils
File "/home/{user}/ComfyUI/comfy/utils.py", line 20, in
import torch
File "/home/{user}/miniconda3/envs/comfyenv/lib/python3.12/site-packages/torch/__init__.py", line 367, in
from torch._C import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^
ImportError: /home/{user}/miniconda3/envs/comfyenv/lib/python3.12/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
ComfyUI master | 1 ❱ (comfyenv)
```
### Other
Maybe user error?
Contributor guide
Research direction
Start with the manual installation guide and reproduce the failure by activating the miniconda environment and running python main.py. Trace the import path through main.py, comfy/utils.py, and the installed torch package; done means ComfyUI launches successfully without the undefined-symbol error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python, pytorch
- Domain
- ai, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100