WIndows User with space crashes installation
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
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\"**
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- cli, developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100