-
Notifications
You must be signed in to change notification settings - Fork 371
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
repoquery whoneeds no longer lists package version dependency #3717
Comments
In case my description is not clear enough, here is the start of the output of the command
and here is the start of the same output when using mamba 1.4.7:
The same sort of difference is observable regardless of whether the query is against a local environment or a repo. I appreciate the alphabetical sorting of the results, but also want to see what version(s) are required by the listed packages. However, I also noticed that the latest version of conda with the latest conda-libmamba-solver also lists a |
I cannot reproduce the issue with 2.0.5, here is the head of the output I get:
Can you provide more information about your setup (e.g. your configuration)? |
@jjerphan The only thing I can think of that might be useful beyond the |
I believe that when relevant, the constraints/versions are supposed to be displayed, as in:
|
Exactly! This is precisely what I'm looking for. I know this is beyond the scope of the original behavior of this command, but whoneeds previously only checked the dependency information, but not the runtime constraint information. Would it be possible to also check the runtime constraint information for this command or add a parallel |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Other (please describe)
Search tried in issue tracker
repoquery whoneeds
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
When using the
repoquery whoneeds
function, mamba used to return the required version(s) of the specified package. There is still a column labeled "Depends" in the output. However, nothing appears in this column. It also appears that the outputs for the next 2 columns ("Channel" and "Subdir") are shifted left by 1 column, as they appear under the "Depends" and "Channel" column headings.mamba info / micromamba info
Logs
No response
environment.yml
No response
~/.condarc
No response
The text was updated successfully, but these errors were encountered: