Error while installing: "The package was not found with the source(s) listed."
Describe the bug and expected behavior
Occasionally Windows will fail to resolve www.myget.org host immediately after restarting. This will cause a The package was not found with the source(s) listed. error as shown below

This can be fixed by simply restarting the install after the reboot completes:
- Open powershell as administrator
- navigate to the directory hosting the install script
.\install.ps1 -nochecks 1
I found out what was causing this issue for me. The name of the user that was running the install script was "First Last", while the script was trying to write to "C:\Users\First" (instead of "C:\Users\First Last"). It would fail to install every single package with the error "The package was not found with the source(s) listed.". After a fresh install of Windows 10 (fully updated, username just "First"), the script has been working! I will give credit to whoever opened the issue in regards to Flare-VM, and was able to determine what was happening.
This issue does not seem to be as prevalent as it used to. Closing for now, will reopen if it comes up again.