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