I tried each of the following command lines in Anaconda Prompt:
conda install -c conda-forge coincbcconda install -c conda-forge/label/gcc7 coincbcconda install -c conda-forge/label/cf201901 coincbc
and I get the following error in all cases:
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- coincbc
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- http://conda.anaconda.org/gurobi/win-64
- http://conda.anaconda.org/gurobi/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're looking for, navigate to
and use the search bar at the top of the page.
What can be the possible reason for this error?