Skip to content
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

cfgrib installation requires additional conda command #11

Closed
GratienDSX opened this issue Jan 7, 2025 · 0 comments · Fixed by #24
Closed

cfgrib installation requires additional conda command #11

GratienDSX opened this issue Jan 7, 2025 · 0 comments · Fixed by #24
Labels
enhancement New feature or request

Comments

@GratienDSX
Copy link
Collaborator

Installing meteole works fine.

Problem arise when one tries to use AromeForecast or ArpegeForecast: it says ValueError: unrecognized engine cfgrib must be one of: ['scipy', 'rasterio', 'store']

After some digging we come to realize that simply running conda install -c conda-forge cfgrib allows for a proper installation of cfgrib. Indeed it requires ecCodes that isn't well handled by pip as it is not a pure python dependency.

Solution is straighforward (see above) for conda envs, but needs to be generalized.

@GratienDSX GratienDSX added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant