I have Python 3.7.6:
Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
but when I want to install a package with mamba install package_name, I get the following error:
13914 packages in https://repo.anaconda.com/pkgs/main/win-64
0 packages in https://repo.anaconda.com/pkgs/msys2/noarch
471 packages in https://repo.anaconda.com/pkgs/msys2/win-64
1150 packages in https://repo.anaconda.com/pkgs/main/noarch
4224 packages in https://repo.anaconda.com/pkgs/r/win-64
5023 packages in https://repo.anaconda.com/pkgs/r/noarch
Encountered problems while solving.
Problem: package mamba-0.1.0-py37h1ad3211_2 requires python >=3.7,<3.8.0a0, but
none of the providers can be installed
This happens not only with a single package.
I have Python 3.7.6:
but when I want to install a package with
mamba install package_name, I get the following error:This happens not only with a single package.