-
Notifications
You must be signed in to change notification settings - Fork 209
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
pixi search pyqt returns incorrect version/python version build #970
Comments
Confirmed. Now there should be a codebase refactor to abstract logic of how |
I am not sure if properly "solving" would be the correct solution since users expect However, we should use the same comparison functions that we use for determining the best package (the package we try first when solving). This is implemented in rattler, in the In the meantime we could also print all available variants of a package version and do some other (maybe simpler) comparison operation. |
This issue also requests a more verbose output of |
It should now work for at request in the title:
Closing this issue for now. |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
pixi search pyqt
returns the correct major version, but shows the dependencies/build for an older version of python.In the above, it's showing the build for python3.9. Running
pixi add python pyqt
on a clean project, gets the build for the latest python3.12 as expected (inspecting thepixi.lock
file).This seems similar but not exactly the same as #712, and might be confusing because it looks like
pyqt
isn't built for the latest version of python.Expected behavior
I would expect
pixi search
(given the help description of "Search a package, output will list the latest version of package"), to give me the latest build, or the latest build consistent with the dependencies already specified in the project.The text was updated successfully, but these errors were encountered: