cdo-bindings icon indicating copy to clipboard operation
cdo-bindings copied to clipboard

Hi sir,I am trying to install python-cdo by using "conda create -n cdo_test python=3 cdo python-cdo" and it shows error.

Open sujathasujji opened this issue 2 years ago • 1 comments

Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • python-cdo
  • cdo==1.9.9

Current channels:

  • 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

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Note: you may need to restart the kernel to use updated packages.

sujathasujji avatar Feb 01 '22 05:02 sujathasujji

hi!

you need to use the conda-forge channel for getting cdo and python-cdo

cheers

Try2Code avatar Apr 21 '22 16:04 Try2Code

I guess this is solved @sujathasujji

Try2Code avatar Oct 17 '22 07:10 Try2Code