Skip to content

uv not detecting system installed Python installations of other architecture on Windows #11217

@schlamar

Description

@schlamar

Summary

Expected:

> py -0p
 -V:3.11 *        C:\Program Files\Python311\python.exe
 -V:3.11-32       C:\Program Files (x86)\Python311-32\python.exe
 -V:3.10          C:\Program Files\Python310\python.exe
 -V:3.10-32       C:\Program Files (x86)\Python310-32\python.exe
 -V:3.9-32        C:\Users\<user>\AppData\Local\Programs\Python\Python39-32\python.exe

Actual (3.11-32 and 3.10-32 is missing):

> .\uv python list --only-installed --verbose
←[34mDEBUG←[39m uv 0.5.27 (73e9928d4 2025-02-03)
←[34mDEBUG←[39m Searching for any Python interpreter in managed installations, search path, or registry
←[34mDEBUG←[39m Searching for managed installations at `C:\Users\<user>\AppData\Roaming\uv\python`
←[34mDEBUG←[39m Found `cpython-3.11.9-windows-x86_64-none` at `C:\Program Files\Python311\python.exe` (search path)
←[34mDEBUG←[39m Found `cpython-3.11.9-windows-x86_64-none` at `C:\Program Files\Python311\python.exe` (registry)
←[34mDEBUG←[39m Found `cpython-3.10.11-windows-x86_64-none` at `C:\Program Files\Python310\python.exe` (registry)
←[34mDEBUG←[39m Found `cpython-3.9.13-windows-x86-none` at `C:\Users\<user>\AppData\Local\Programs\Python\Python39-32\python.exe` (registry)
cpython-3.11.9-windows-x86_64-none     C:\Program Files\Python311\python.exe
cpython-3.10.11-windows-x86_64-none    C:\Program Files\Python310\python.exe
cpython-3.9.13-windows-x86-none        C:\Users\<user>\AppData\Local\Programs\Python\Python39-32\python.exe

Platform

Windows Server 2022

Version

uv 0.5.27 (73e9928 2025-02-03)

Python version

Python 3.11.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwindowsSpecific to the Windows platform

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions