Skip to content

Commit 223ee6d

Browse files
authored
Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039)
1 parent e81960f commit 223ee6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/using/windows.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,10 @@ for the 64-bit version, `www.nuget.org/packages/pythonx86
12261226
`www.nuget.org/packages/pythonarm64
12271227
<https://www.nuget.org/packages/pythonarm64>`_ for the ARM64 version
12281228

1229+
Resolve error ``Unable to find package 'python'`` from a misconfigured ``nuget.config`` using::
1230+
1231+
nuget.exe sources add -Name "nuget.org" -source "https://api.nuget.org/v3/index.json"
1232+
12291233
Free-threaded packages
12301234
----------------------
12311235

0 commit comments

Comments
 (0)