安装失败
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
因为电脑中部署了webui和comfyui所以我选择已有comfyui,然而在指定完comfyui目录之后,安装程序显示失败
我不知道这是否是网络原因,还是我之前安装的依赖有冲突,因为我发现软件的一些依赖和单独部署comfyui的有所不同,
比如部署时python一般会推荐3.10.11,而我们是3.10.8
比如torch推荐是2.2.1,而我们是2.2.2,我不知道这些是否会影响部署好的webui和comfyui,
因为之前确实遇到过版本高而不兼容的问题
所以一方面请开发人员帮忙解决一下安装错误
一方面也请帮忙解答一下,如果如果有类似版本不同,安装之后是否会有冲突,纯小白,谢答
Install command `C:\tools\Miniconda3\envs\comflowy\Scripts\pip.exe install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121`, if it takes too long, you can directly copy this command and execute it in your termnial, after that, restart Comflowyspace.
Start installing PyTorch...
GPU Type: nvidia, pip: C:\tools\Miniconda3\envs\comflowy\Scripts\pip.exe
ϵͳ�Ҳ���ָ����·����
GPU Type: nvidia, pip: C:\tools\Miniconda3\envs\comflowy\Scripts\pip.exe
ϵͳ�Ҳ���ָ����·����
GPU Type: nvidia, pip: C:\tools\Miniconda3\envs\comflowy\Scripts\pip.exe
ϵͳ�Ҳ���ָ����·����
PyTorch installation failed: Command failed with exit code 1: C:\tools\Miniconda3\envs\comflowy\Scripts\pip.exe install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 ϵͳ�Ҳ���ָ����·����. You can directly copy this command `C:\tools\Miniconda3\envs\comflowy\Scripts\pip.exe install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121` and execute it in your termnial, after that, restart Comflowyspace.
Contributor guide
No contributing guide indexed for this repository
Research direction
The error indicates a path issue on Windows with pip in a Conda environment. Examine the installation script that constructs the pip command, likely in a Python or shell script in the project root. Check environment variable handling and path validation for Windows. Verify the Conda environment activation and pip executable path. Reproduce the error in a Windows environment to debug the path resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch, typescript
- Domain
- backend, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100