WIndows User with space crashes installation
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 136
- PR 合并指标
- 30 天内没有已合并 PR
描述
Install torch operation timed out.You can copy the command `C:\Users\TV\Scripts\pip.exe install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121` and directly execute it in your terminal
The installation is getting
**"C:\Users\TV\"** and the real user is The real user is **"C:\Users\TV Group\"**
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at the installation script that constructs the pip command, likely in a Python or shell script within the project. The issue is that a Windows username with a space ('TV Group') is not being properly escaped or quoted in the command path. Find where the user's home directory is being used to build the pip path. Test the fix by simulating the installation on a Windows system or a path with spaces.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, typescript
- 领域
- cli, developer-experience
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100