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

[Package Issue]: Anaconda.Miniconda3 #142606

Open
2 tasks done
Exorcism0666 opened this issue Mar 5, 2024 · 4 comments
Open
2 tasks done

[Package Issue]: Anaconda.Miniconda3 #142606

Exorcism0666 opened this issue Mar 5, 2024 · 4 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.

Comments

@Exorcism0666
Copy link
Contributor

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.

Category of the issue

Other

Brief description of your issue

py39_4.10.3 is proposed as the latest update when in fact it is py311_23.11.0-2 that is the latest update.

Steps to reproduce

winget search Anaconda

Actual behavior

The "latest" version of Anaconda.Miniconda3 is py39_4.10.3

Expected behavior

The latest version of Anaconda.Miniconda3 should be py311_23.11.0-2

Environment

Windows: Windows.Desktop v10.0.19045.4123
Architecture du système : X64
Package : Microsoft.DesktopAppInstaller v1.22.10582.0

Répertoires Winget
-----------------------------------------------------------------------------------------------------------------------------------------
Journaux                                     %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
Paramètres utilisateurs                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Répertoire des liens portables (utilisateur) %LOCALAPPDATA%\Microsoft\WinGet\Links
Répertoire des liens portables (ordinateur)  C:\Program Files\WinGet\Links
Racine de package portable (utilisateur)     %LOCALAPPDATA%\Microsoft\WinGet\Packages
Racine du package portable                   C:\Program Files\WinGet\Packages
Racine de package portable (x86)             C:\Program Files (x86)\WinGet\Packages
Téléchargements du programme d’installation  %USERPROFILE%\Downloads

Liens
---------------------------------------------------------------------------------------------
Déclaration de confidentialité        https://aka.ms/winget-privacy
Contrat de licence                    https://aka.ms/winget-license
Avis de tiers                         https://aka.ms/winget-3rdPartyNotice
Page d’accueil                        https://aka.ms/winget
Conditions générales du Windows Store https://www.microsoft.com/en-us/storedocs/terms-of-sale

Paramètre administrateur                  État
---------------------------------------------------
LocalManifestFiles                        Activé
BypassCertificatePinningForMicrosoftStore Désactivé
InstallerHashOverride                     Désactivé
LocalArchiveMalwareScanOverride           Désactivé

Screenshots and Logs

image
image

@Exorcism0666 Exorcism0666 added the Issue-Bug It either shouldn't be doing this or needs an investigation. label Mar 5, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage This work item needs to be triaged by a member of the core team. label Mar 5, 2024
Copy link
Contributor

github-actions bot commented Mar 5, 2024

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:

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

@stephengillie
Copy link
Collaborator

This might be due to the py in the version number, possibly causing it to be interpreted as a string instead of a semantic number. I believe the string py39 sorts higher than py31.

@Dragon1573
Copy link
Contributor

I think it would be better splitting them into sub-packages. I'm currently using py312_24.1.2-0 as the latest version, while winget.exe thinks py39_23.3.1-0 is newer.

Telling them apart with Anaconda.Miniconda3.py312, Anaconda.Miniconda3.py39 would be better. Then we can just keep semantic number 24.1.2-0 and 23.3.1-0 for tagging manifests.

@SpecterShell
Copy link
Contributor

This should be fixed now, by removing the real old 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.
Projects
None yet
Development

No branches or pull requests

4 participants