Skip to content

Commit 4b0c7d9

Browse files
manicsyuvipanda
authored andcommitted
conda 23.7.4
error libmamba Could not solve for environment specs The following packages are incompatible ├─ conda 23.9.0** is requested and can be installed; └─ mamba 1.5.1** is not installable because it requires └─ conda >=4.14,<23.9.0a0 , which conflicts with any installable versions previously reported.
1 parent 2e26e77 commit 4b0c7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66
cd $(dirname $0)
77

88
export MAMBA_VERSION=1.5.1
9-
export CONDA_VERSION=23.9.0
9+
export CONDA_VERSION=23.7.4
1010

1111
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
1212

0 commit comments

Comments
 (0)