-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation failed in powershell, got Dependency loop detected for package 'squirrel.windows' #1671
Comments
It seems have some related issue with v3 of |
Finally, I can install like this, I do not know whether it is installed success. PS C:\Users\Liu.D.H> Install-Package squirrel.windows -verbose -Source https://www.nuget.org/api/v2 -Scope CurrentUser -SkipDependencies -ErrorAction SilentlyContinue VERBOSE: Using the provider 'NuGet' for searching packages.
VERBOSE: Searching repository 'https://www.nuget.org/api/v2/FindPackagesById()?id='squirrel.windows'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'squirrel.windows'.
VERBOSE: Performing the operation "Install Package" on target "Package 'squirrel.windows' version '2.0.1' from
'https://www.nuget.org/api/v2'.".
The package(s) come(s) from a package source that is not marked as trusted.
Are you sure you want to install software from 'https://www.nuget.org/api/v2'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A
VERBOSE: Searching repository 'https://www.nuget.org/api/v2/FindPackagesById()?id='squirrel.windows'' for ''.
VERBOSE: InstallPackage' - name='squirrel.windows',
version='2.0.1',destination='C:\Users\Liu.D.H\AppData\Local\PackageManagement\NuGet\Packages'
VERBOSE: DownloadPackage' - name='squirrel.windows',
version='2.0.1',destination='C:\Users\Liu.D.H\AppData\Local\PackageManagement\NuGet\Packages\squirrel.windows.2.0.1\squ
irrel.windows.2.0.1.nupkg', uri='https://www.nuget.org/api/v2/package/squirrel.windows/2.0.1'
VERBOSE: Downloading 'https://www.nuget.org/api/v2/package/squirrel.windows/2.0.1'.
VERBOSE: Completed downloading 'https://www.nuget.org/api/v2/package/squirrel.windows/2.0.1'.
VERBOSE: Completed downloading 'squirrel.windows'.
VERBOSE: Hash for package 'squirrel.windows' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='squirrel.windows',
version='2.0.1',destination='C:\Users\Liu.D.H\AppData\Local\PackageManagement\NuGet\Packages'
Name Version Source Summary
---- ------- ------ -------
squirrel.windows 2.0.1 https://www.nuget.org/api/v2 An installation and update framewor...
PS C:\Users\Liu.D.H> It seems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Squirrel version(s)
2.0.1
Description
I do not have visual studio installed, so I want to install
squirrel.windows
using powershell, it's not easy, and finally I gotDependency loop detected for package 'squirrel.windows'
error.The log of the command are below.
Expected behavior
Installation success.
Actual behavior
Installation failed.
Additional information
If I use powershell 7
The text was updated successfully, but these errors were encountered: