May be the issue was environment corruption
Broken Dependency Chains: Your old env likely had:
Conflicting package versions
Partial/corrupted PyTorch installations
Leftover build files
Path Pollution: The env might have inherited system packages or had incorrect PATH settings.
Cache Issues: Pip's cache sometimes serves broken wheels for specific env states.
Always Use Fresh venvs if New Projects