Skip to content
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

winget upgrade-available reports multiple CUDA updates, even if using latest version #4415

Open
eabase opened this issue Apr 26, 2024 · 10 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Side-by-Side Issue related to side by side package installation

Comments

@eabase
Copy link

eabase commented Apr 26, 2024

Brief description of your issue

I installed the latest Nvidia.CUDA package/drivers and now winget reports multiple updates available for the same package.

# winget list --upgrade-available

Name                     Id          Version  Available Source
--------------------------------------------------------------
NVIDIA CUDA Toolkit      Nvidia.CUDA 12.4     12.4.1    winget
NVIDIA CUDA Toolkit 12.3 Nvidia.CUDA 12.3.2   12.4.1    winget
NVIDIA CUDA Toolkit 12.4 Nvidia.CUDA > 12.3.2 12.4.1    winget

3 upgrades available.

Steps to reproduce

Install old version, unless you already have one.
Then install the latest version.

Expected behavior

That the package is reported as up-to-date / latest, and not shown when using the --upgrade-available

Actual behavior

Showing multiple available versions for the same package id, even if already at latest.

Environment

winget --info

Windows Package Manager v1.7.11132
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22631.3447
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.22.11132.0

Winget Directories
-------------------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                %USERPROFILE%\Downloads

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Apr 26, 2024
@eabase
Copy link
Author

eabase commented Apr 26, 2024

Your AI have correctly identified several similar issues dating back ~3 years, so why haven't this annoyance been fixed?

@Masamune3210
Copy link

....just because an issue is old and known doesn't make it easy to fix

@denelon
Copy link
Contributor

denelon commented Apr 26, 2024

We've started working on these "side-by-side" types of issues. The latest WinGet 1.8-preview has an experimental feature which can be enabled and may improve the experience here.

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage Issue need to be triaged label Apr 26, 2024
@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. Side-by-Side Issue related to side by side package installation labels Apr 26, 2024
@eabase
Copy link
Author

eabase commented Apr 27, 2024

We've started working on these "side-by-side" types of issues. The latest WinGet 1.8-preview has an experimental feature which can be enabled and may improve the experience here.

Great! How can I test the new preview?

(Sorry, I can't recall how to install the different version.)

@denelon
Copy link
Contributor

denelon commented Apr 29, 2024

You can install the preview versions here at GitHub in the releases section. The release notes also cover which experimental features are available. You can run winget settings -? in the client to see the help and get a link to the settings available for the client.

@davidldennison
Copy link

davidldennison commented Apr 29, 2024

We've started working on these "side-by-side" types of issues. The latest WinGet 1.8-preview has an experimental feature which can be enabled and may improve the experience here.

Having this exact issue with Cuda versioning, however sideBySide only slightly helps:

C:>winget upgrade
Name Id Version Available Source

NVIDIA CUDA Toolkit 12.4 Nvidia.CUDA > 12.3.2 12.4.1 winget

Can't install with sideBySide enabled as it gives a GetVariant Error (see #4425)

@eabase
Copy link
Author

eabase commented Apr 30, 2024

Yes, I tried by installing the 1.8-preview.

Indeed the issues with multiple CUDA versions were gone, and also the Microsoft.DotNet.DesktopRuntime.6 issue.

To Install winget preview, do this:

# 0. Check winget features
winget features

# 1. Download "-preview" from:
https://github.com/microsoft/winget-cli/releases

# 2. Run (as admin):
Add-AppxPackage -Path '.\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle'

# 3. Change feature settings:
winget settings

# 4. Add:
"experimentalFeatures": {
        "sideBySide": true
    }

# Check
winget --info

# To Revert, download & run (the non-preview version):
Add-AppxPackage -Path '.\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.1.7.11132.msixbundle' -ForceUpdateFromAnyVersion

However, I had to revert because the output formatting of winget list was awful, where all the Ids had been replaced with MSIX/.... something.

@eabase
Copy link
Author

eabase commented Apr 30, 2024

OT Warning!

This brings up another (OT) issue.
Why can't we install whatever version we like using the id and Version/Available strings?
That would make much more sense, than having to run Add-AppxPackage.

One would expect something like the following to work:

winget install -i -e "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" -v '1.7.11132`

@fehrin1
Copy link

fehrin1 commented May 3, 2024

I have the same problem or to state it clear: I have only CUDA 12.4.1 installed and get with winget update (upgrade)
NVIDIA CUDA Toolkit 12.4 Nvidia.CUDA > 12.3.2 12.4.1 winget
So there is a flaw in detecting the installed version, is this corrected in some winget version resp. will it be fixed in future versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Side-by-Side Issue related to side by side package installation
Projects
None yet
Development

No branches or pull requests

5 participants