-
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
Cannot install pygrib due to missing component #230
Comments
if you use 'pip install' it should install a binary (no need to compile, all required c-libs bundled). x86_64 windows and linux wheels are available for python 3.7-3.12. What platform/python version are you using? |
I have the same problem. I use Python 3.12.0 on Windows 11.
I looked for a solution, but I can't find it. Regards |
sorry I misspoke earlier - we only have macosx and linux binary wheels. Windows is not supported. However, it looks like you can install pygrib on windows via conda (https://anaconda.org/conda-forge/pygrib) |
@fguenot @heliosilver97 please let us know if you're able to get up and running using the conda package |
You can use the |
Hi @jswhit, Of course the path will change depending on the location where anaconda has been installed. I think we can close this issue 😄 |
Good afternoon!
I'm trying to install the pygrib library to run in VS Code, but I'm not succeeding. When I go to install, the following reason appears:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pygrib
Failed to build pygrib
ERROR: Could not build wheels for pygrib, which is required to install pyproject.toml-based projects
I researched the error and i found that the error suggests that the build process of the pygrib package is failing due to the absence of the grib_api.h file, which is part of the libeccodes library. How i can fix this issue? Because i already installed the eccodes package, and the same issue still happens.
The text was updated successfully, but these errors were encountered: