-
Notifications
You must be signed in to change notification settings - Fork 15
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
Nightly builds failing for several months #137
Comments
It's failing upon trying to
I was able to reproduce this behavior locally in a freshly created environment. I assume it's because of some package version inconsistencies in the environment. That's as far as I've dug so far. |
I also got the same failure in a "plain pyart" environment by doing this:
The import error is coming from xradar (a dependency of pyart), and is related to the recent merging of DataTree into Xarray. The solved environment has the latest I see that the xradar folks are close to releasing a version compatible with the latest xarray (openradar/xradar#223) so I think it the best choice for now is to do nothing and allow upstream to catch up. |
Yes - there are some compatibility issues we are currently sorting through. We are working on resolving this ASAP, thank you for raising this to our attention |
FWIW there was some discussion at the Pangeo meeting today about compatibility issues with the latest xarray |
If you are in need of testing: Please pin xradar to 0.7.0 (it will have a pin for xarray <= 2024.9.0). When xradar is capable of supporting xarray >= 2024.10.0 we'll release xradar 0.8.0 (which should be out next week, Nov 4th/5th latest). |
@clyne Could you point me to some resources of that meeting? Interested in the particular issues there. Thanks! |
Quick update here, xradar 0.8.0 is now released with compatibility with the latest xarray and datatree. We are still failing on |
@brian-rose Pinning xradar to 0.7.0 and xarray to <=2024.9.0 should get you going until the party issues are sorted out. |
@kmuehlbauer @brian-rose - I am looking at this today and will be cutting a new release of Py-ART that should solve this problem! Thank you for raising the issue and your patience here. |
@mgrover1, looks like the latest nightly build from yesterday still failed but the build issues now seems to be due to a FileNotFound error if you'd like to have a look into it. |
After a bit of debugging and the merging of #139 , looks like things are building again 👍 |
Looks like the green badge is back! Closing this out; I sincerely apologize for the delay here, and appreciate the team bringing this to our attention, as well as everyone who contributed to the ecosystem updates required to fix things! |
Great, thanks! |
What happened:
Dear authors (cc'ing @mgrover1 and @brian-rose as you have the two largest contributions), the nightly builds of this cookbook have been failing for the last several months.
Could you please have a look at it?
Minimal Complete Verifiable Example:
Latest nightly build as of the creation of this issue.
Anything else we need to know?:
If you think it is due to Pythia infrastructure or something else other than the cookbook itself, please let us know.
The text was updated successfully, but these errors were encountered: