mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-22 05:53:13 -05:00
[PR #1169] [MERGED] Fix Windows install issues #2374
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1169
Author: @adil-mubashir-ch
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/windows-install-issues📝 Commits (1)
f2975daFix Windows install issues📊 Changes
2 files changed (+40 additions, -22 deletions)
View changed files
📝
tinytorch/site/extra/install.sh(+10 -2)📝
tinytorch/tito/commands/setup.py(+30 -20)📄 Description
Related to #1165
This PR fixes two Windows-specific installation issues when using Git Bash:
Prefers
pythonoverpython3on Windows to avoid Microsoft Store alias resolution and incorrect Unix-style virtual environment paths.Prevents WinError 32 during
tito setupby skipping self-reinstall on Windows when TinyTorch is already installed, using_check_package_installed()as disussed in issue .Tested on:
Installation now completes successfully without file-lock errors.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.