Closed ekirkend8 closed 1 year ago
Thanks for opening your first issue here at xarray! Be sure to follow the issue template! If you have an idea for a solution, we would really welcome a Pull Request with proposed changes. See the Contributing Guide for more. It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better. Thank you!
Does upgrading numpy solve it?
Do you have numpy version 1.21.5? xarray only supports >1.22 now:
Is the issue that we have missed updating the pyproject? https://github.com/pydata/xarray/blob/1e8f618e9d3754cb892a8438a1a7745aadce2bbf/pyproject.toml#L25
Can someone issue a patch release please?
Can someone issue a patch release please?
Yes I can now
Closed with a new release!
Thanks Max!
What happened?
Trying to use btyd package, which uses pymc, which uses xarray, I couldn't import the btyd package because of the following error in xarray:
The newest xarray version was installed on my instance - it was working just fine before the newest release.
Installing the previous version allowed btyd to install correctly.
I also just realized while filling this out (
xr.show_versions()
), xarray can't be imported on its own without throwing this error.What did you expect to happen?
I expected btyd to be imported as usual (I just ran it this morning and it worked).
Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output
Anything else we need to know?
I know I should create a contained env for my packages, but others who will use xarray, pymc, btyd, etc., in the future may run into this.
Environment