AppVeyorBYOC unable to install - No match was found for the specified search criteria and module name 'AppVeyorBYOC'. Try Get-PSRepository to see all available registered module repositories.

galaxyblazer's Avatar

galaxyblazer

04 Mar, 2021 02:07 PM

According to the instruction of adding own cloud (my computer) I'm trying to install AppVeyorBYOC module and getting following error:
Can somebody help to resolve this issue ?

PS C:\windows\system32> Set-ExecutionPolicy Bypass -Scope CurrentUser -Force; Install-Module AppVeyorBYOC -Scope CurrentUser -Force; Import-Module AppVeyorBYOC
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'AppVeyorBYOC'. Try Get-PSRepository to see all available
registered module repositories.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1772 char:21
+ ... $null = PackageManagement\Install-Package @PSBoundParameters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

Import-Module : The specified module 'AppVeyorBYOC' was not loaded because no valid module file was found in any module directory.
At line:1 char:110
+ ... le AppVeyorBYOC -Scope CurrentUser -Force; Import-Module AppVeyorBYOC
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (AppVeyorBYOC:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand

  1. galaxyblazer closed this discussion on 04 Mar, 2021 02:28 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac