Skip to content

Can't find eccodes.dll #380

Answered by williamhobbs
jnapoliFEP asked this question in Q&A
Oct 30, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Did you install with pip or with conda? I can't get pip to work on Windows, but conda works fine. It looks like ECMWF only distributes Windows binaries for eccodes on conda-forge, so to use pip you either have to compile it yourself or find unofficial binaries.

I use miniforge and running the following in the Miniforge Prompt works for me:

conda create -n herbie_test_env python=3.12 -y
conda activate herbie_test_env
conda install -c conda-forge herbie-data

The regular Anaconda channel/repo might not work, so if you are using conda via Anaconda, you may have to specify the conda-forge channel (with -c conda-forge in the above commands). conda via Miniforge only uses the conda-forge channe…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jnapoliFEP
Comment options

Answer selected by jnapoliFEP
Comment options

You must be logged in to vote
1 reply
@jnapoliFEP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants