cfgrib Windows install Problem
Hello,
I am trying to install cfgrib in Windows 10. When I use conda install -c conda-forge cfgrib, I receive the following messages:
Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. Examining zeromq: 1%|▌ | 3/329 [00:01<04:45, 1.14it/s]|Examining pandas: 2%|▉ | 5/329 [00:07<03:24, 1.59it/s]-Examining seaborn: 2%|█▌ | 8/329 [00:27<27:31, 5.14s/it]|Examining tifffile: 4%|██▍ | 13/329 [00:39<15:10, 2.88s/it]-Examining pycurl: 5%|███▍ | 18/329 [02:50<24:20, 4.70s/it]\Examining backcall: 6%|███▊ | 21/329 [02:51<1:28:56, 17.33s/it]|Examining ipywidgets: 7%|████ | 23/329 [02:52<44:57, 8.82s/i|
My python version is 3.8.5 and Anaconda version is 4.10.1.
Could you please share any suggestions for installing cfgrib?
Thank you, Berkay
I am having exactly the same problem. Same for eccodes.
I re-installed Anaconda from scratch and tried to add conda-forge as described here.
Nothing helped.
Any suggestions or helpful references would be much appreciated.
Thank you! Hendrik
Hello,
I tried it on my Windows laptop and it worked for me. It's a shame that conda did not give you useful information about which packages were in conflict! It might be useful to start from a clean conda environment, that should work.
Also, if you don't mind mixing conda and pip, you could try pip install cfgrib - if you do this, you will also need to conda install eccodes -c conda-forge.