-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[CI][Packaging] Fix conda arrow-nightlies channel #41856
Comments
This one is related: #41791 |
amoeba
added a commit
to apache/arrow-cookbook
that referenced
this issue
Oct 31, 2024
Closes #348 This PR: - Updates versions from 15.0.0 to 16.0.0 - Updates the R cookbook to pass under 16.0.0 - Updates the C++ cookbook to pass under 16.0.0 - Changes `test_cpp_cookbook.yml` to now always test against stable libarrow. This is a workaround for not having an up-to-date conda-nightlies channel, see apache/arrow#41856 - Adds a note in the top-level README about the status of the dev cookbooks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
The Conda arrow-nightlies channel is empty, which means you can't install Arrow C++ or PyArrow nightlies from it at the moment. I noticed this in CI on apache/arrow-cookbook#352. It's my understanding that the jobs that upload artifacts to this channel are running but failing, see the failing builds at http://crossbow.voltrondata.com/.
From a quick look, the failures may just be due to Azure deprecations based on this error I see in a few Azure Pipelines logs:
Component(s)
Continuous Integration, Packaging
The text was updated successfully, but these errors were encountered: