-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pygrib installation issue with finding eccodes #252
Comments
@Alan-Birnbaum You closed this as completed, but didn't post the fix or ref. I'm facing this same issue on Mac, what did you have to do? |
@grrttweaver I had opened this issue as part of another issue I was having with another package. I realized the issue with the other packages was something I couldn't resolve so I abandoned this issue. I couldn't figure out how to delete it so I just marked it as done. I've reopened this issue so that you or someone else could take a look at it. I apologize for a lack of a comment describing it. |
All good man, was just hoping for the fix. I'll have to dig into it since I haven't really found a solution in these open issues, so I checked the closed, and saw yours. Cheers, mate! |
That seemed to be my issue to. I had to install eccodes via homebrew outside of pip |
I'm trying to install pygrib using pip by doing
pip install pygrib
but when I try to install it, it fails when building the wheel for pygrib citing that it can't find eccodes so the build may fail. I'm running Python 3.12.4 on Visual Studio Code.Here is a screenshot of the eccodes directories in the /python312/site-packages directory

The text was updated successfully, but these errors were encountered: