mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Subdir ignored in `channel/subdir` specifier

Open jonashaag opened this issue 3 years ago • 0 comments

conda create -n xxx 'conda-forge/noarch::git'
...
PackagesNotFoundError: The following packages are not available from current channels:

  - conda-forge/noarch::git
...
mamba create -n xxx 'conda-forge/noarch::git'
...
  added / updated specs:
    - conda-forge/osx-arm64::git
...

This also applies when installing from environment.yml files.

jonashaag avatar Oct 24 '22 16:10 jonashaag