CDO Python Install
Added by Joseph Renken over 7 years ago
Hello,
I followed the anaconda install instructions and these are the results...
(C:\Users\Dad\Miniconda3) C:\Users\Dad>conda install cdo
Fetching package metadata .............
PackageNotFoundError: Package missing in current win-64 channels:
- cdo
Close matches found; did you mean one of these?
cdo: bcdoc
(C:\Users\Dad\Miniconda3) C:\Users\Dad>conda install python-cdo
Fetching package metadata .............
PackageNotFoundError: Package missing in current win-64 channels:
- python-cdo
Close matches found; did you mean one of these?
python-cdo: python-docx, python-neo, python-editor
What is going wrong with the install that, per the link https://code.mpimet.mpg.de/projects/cdo/wiki/Anaconda, should grab the files?
Replies (2)
RE: CDO Python Install - Added by Ralf Mueller over 7 years ago
hi!
Currently the only windows binary is the pre-build cygwin package in the download area.
conda only provides linux and macos - based packages at the moment.
hth
ralf
RE: CDO Python Install - Added by Joseph Renken over 7 years ago
Mr. Mueller,
Thanks for the feedback. Could you please take a look at my Windows 10 thread here for my cygwin install request?
https://code.mpimet.mpg.de/boards/1/topics/5087
Joe