Closed jmakov closed 3 years ago
what mamba version are you on and can you please paste the output of conda info
?
Thank you for the super quick response. Here are the outputs:
$ mamba --version
mamba 0.7.3
conda 4.10.3
$ conda info
active environment : None
shell level : 0
user config file : /home/nnn/.condarc
populated config files : /home/nnn/.condarc
conda version : 4.10.3
conda-build version : 3.21.4
python version : 3.8.8.final.0
virtual packages : __cuda=11.4=0
__linux=5.11.0=0
__glibc=2.33=0
__unix=0=0
__archspec=1=x86_64
base environment : /home/nnn/anaconda3 (writable)
conda av data dir : /home/nnn/anaconda3/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /home/nnn/anaconda3/pkgs
/home/nnn/.conda/pkgs
envs directories : /home/nnn/anaconda3/envs
/home/nnn/.conda/envs
platform : linux-64
user-agent : conda/4.10.3 requests/2.25.1 CPython/3.8.8 Linux/5.11.0-36-generic ubuntu/21.04 glibc/2.33
UID:GID : 1000:1000
netrc file : None
offline mode : False
very old mamba version, please update.
I don't think it's appropriate for you to close the issue. Especially since it's not resolved. An issue should be closed by whoever opened it when they think it's resolved.
$ conda activate base
$ conda remove mamba -y
$ conda deactivate
$ conda install mamba -n base -c conda-forge # this is from the latest mamba docs
$ conda activate base
$ mamba --version
mamba 0.7.3
conda 4.10.3
$ conda update mamba
Collecting package metadata (current_repodata.json): done
Solving environment: done
# All requested packages already installed.
Perhaps I'm missing something?
Install with conda install "mamba>=0.15.3"
... you have some conflicts in your base env, probably.
Uninstalled Anaconda ans installed Miniconda. Works without problems. Thanks.
Using
mamba env create -n test -f env.yaml
mamba reports an error. Runningconda env create -n test -f env.yaml
works (creates a new env).mamba env create -n test -f env.yaml
:env.yaml: