You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"`{}` is not a valid Python download request; see `uv help python` for supported formats and `uv python list --only-downloads` for available versions",
52
52
request.to_canonical_string()
53
53
)
54
-
})?
55
-
.fill()?;
54
+
})?;
55
+
56
+
let download_request = if download_request.arch().is_none(){
57
+
// Only install the best, native architecture by default
58
+
// TODO(zanieb): We should expose this option to the user
0 commit comments