How to skip nuget.config - #154039
Conversation
Developers who do not already have nuget and do not need to write a nuget.config file can use this one extra command to let nuget find the python package in the official nuget repository.
Developers who do not already have nuget and do not need to write a nuget.config file can use this one extra command to let nuget find the python package in the official nuget repository.
Documentation build overview
60 files changed ·
|
|
This documentation doesn't relate to the issue you've linked. I'm not totally opposed to having troubleshooting for Nuget configurations here, but it's not really our responsibility, so we should move it to the end of the section. It should also be written for casual human readers, not contributors, so the language needs to be expanded slightly and include a bit more context for when the error may occur. We should also remove the reference to gh-114073 from the bug title and eventual commit message (this is our responsibility, not the PR author's), so that people don't confuse this section for build instructions in the future. |
|
Oh you're right, I misunderstood what that issue was about. I thought it was for building software using a nuget-provided python executable. That issue helped me realize why nuget wasn't getting python for me. To summarize my reading of the current instructions in that section, it is:
For me, those minimal steps missed step 2.5 to run I didn't write my PR as a new step 2.5 in case there's other ways to install nuget which already come with sources pre-configured. |
|
Yeah, I think in most cases Nuget's defaults will work, and it's only in some strange cases (most likely because something has modified Nuget's settings previously) where you need to restore the defaults. As I said, putting it last in that section as a potential troubleshooting step is fine, but our main instructions shouldn't be interrupted by it (e.g. where it's written right now is an interruption). |
Developers who do not already have nuget and do not need to write a nuget.config file can use this one extra command to let nuget find the python package in the official nuget repository.
|
As requested, I've moved text to end of the section and removed gh-114073 issue title link. |
Developers who do not already have nuget and do not need to write a nuget.config file can use this one extra command to let nuget find the python package in the official repository.
Unable to find package 'pythonx86'Error While Compiling Python on Windows 11 #114073