commando-vm icon indicating copy to clipboard operation
commando-vm copied to clipboard

Error while installing: "The package was not found with the source(s) listed."

Open day1player opened this issue 5 years ago • 1 comments

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 image

This can be fixed by simply restarting the install after the reboot completes:

  1. Open powershell as administrator
  2. navigate to the directory hosting the install script
  3. .\install.ps1 -nochecks 1

day1player avatar Mar 09 '20 20:03 day1player

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.

ghost avatar May 22 '21 16:05 ghost

This issue does not seem to be as prevalent as it used to. Closing for now, will reopen if it comes up again.

day1player avatar Aug 28 '23 15:08 day1player