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

conda install cfgrib for py3.7? #78

Closed
mathause opened this issue May 3, 2019 · 6 comments
Closed

conda install cfgrib for py3.7? #78

mathause opened this issue May 3, 2019 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@mathause
Copy link

mathause commented May 3, 2019

Currently it is not possible to install cfgrib with conda for python 3.7. cfgrib has typing as dependency, which is not avaliable in py37. See

conda search --info typing

As far as I know typing is in the standard library of py37. So this dependency can probably just be dropped for py37?

@mathause
Copy link
Author

mathause commented May 3, 2019

As a workaround it is possible to install it with

conda install cfgrib --no-deps

and add the other dependencies manually. It seems to work, but of course lets conda complain about a broken environment.

@mathause
Copy link
Author

mathause commented May 3, 2019

A bit unrelated in the Readme you say xarray >= 0.12.0 is required, while it is xarray >=0.11.0 for conda, see

conda search --info cfgrib

@alexamici
Copy link
Contributor

Thanks, for spotting these two issues!

@alexamici
Copy link
Contributor

Ok, I fixed the conda-forge repo, and the next version of cfgrib will be support only python 3.5 and up, so we will drop the dependency on the typing module as well.

I'll hurry up the release of version 0.9.7 that should fix both issues.

@alexamici alexamici self-assigned this May 4, 2019
@alexamici alexamici added the bug Something isn't working label May 4, 2019
@mathause
Copy link
Author

mathause commented May 9, 2019

Thanks!

@alexamici
Copy link
Contributor

Closing, I'm doing the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants