(micro)mamba cannot install local::package
, but it does find -c local package
#3055
Closed
3 tasks done
Labels
type::bug
Something isn't working
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
local::
Latest version of Mamba
Tried in Conda?
I have this problem with Conda as well, without using Mamba
Describe your issue
Comes from conda/conda-libmamba-solver#398. conda-libmamba-solver inherits this problem. It does work with
classic
.mamba is not compatible with the
local::package-name
specifiers. It does work when thelocal
channel is specified separately via-c
.Logs:
micromamba install local::test-package
: local-colon-colon.txtmicromamba install -c local test-package
: c-local.txtmamba info / micromamba info
Logs
environment.yml
N/A
~/.condarc
N/A
The text was updated successfully, but these errors were encountered: