Closed gloriouslyawkwardlife closed 3 weeks 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!
you appear to have somehow broken numpy
(or at least numpy.__version__
: what the error is telling you is that numpy.__version__ is None
evaluates to True
). Can you check if numpy
works as usual? (e.g. does np.mean(np.ones(100))
work?)
What is your issue?