-
Notifications
You must be signed in to change notification settings - Fork 358
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 not working anymore #2994
Comments
What version was this bug introduced? |
I did:
Since I doubt it's something to do with 3.12 vs. 3.11, here's the list of dependencies that changed in the last step
|
It might be indeed 3.12 vs 3.11. See conda/conda-libmamba-solver#303. I guess if you uninstall conda-libmamba-solver it would also work. We also ported the command there as |
As of the state of the
Cool, TIL! It'd be nice though to get the mamba command working again (not least due to IMO better channeldata handling than conda). |
BTW, confirmed that it works with 3.10, so this really seems specific to Python 3.11, as the referenced issue alludes to. |
Also doesn't work on 3.12 now... |
I think #3036 also fixes mamba 1.x's repoquery command again. |
Same issue encountered. mamba 1.5.6, conda 23.11.0, python 3.12 > ~/MLlab/test$ mamba repoquery search "mkl"
Currently, only install, create, list, search, run, info, clean, remove, update, repoquery, activate and deactivate are supported through mamba.
> mamba info
mamba version : 1.5.6
active environment : base
shell level : 1
conda version : 23.11.0
conda-build version : not installed
python version : 3.12.1.final.0
solver : libmamba (default)
virtual packages : __archspec=1=cascadelake
__conda=23.11.0=0
__glibc=2.31=0
__linux=5.4.0=0
__unix=0=0
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
platform : linux-64
user-agent : conda/23.11.0 requests/2.31.0 CPython/3.12.1 Linux/5.4.0-165-generic ubuntu/20.04.4 glibc/2.31 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.6
UID:GID : 2320467937:18010
netrc file : None
offline mode : False |
This should be fixed by #3170. 🤞 |
Repoqueries work now. If someone is meeting problems, they should feel free to reopen this issue. |
Troubleshooting docs
How did you install Mamba?
Mambaforge
Search tried in issue tracker
repoquery
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
mamba repoquery search
is somehow not functional anymore. It prints the help string, but any non-trivial use reports that the command isn't found:Regular mamba operations (update / install / create) work fine.
mamba info / micromamba info
Logs
No response
environment.yml
No response
~/.condarc
No response
The text was updated successfully, but these errors were encountered: