-
Notifications
You must be signed in to change notification settings - Fork 428
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
Failure in conda build process, missing noarch/repodata.json
#3114
Comments
Quoting @mbargull
|
cc: @nicoddemus |
It could be a problem in the new conda index, but conda index is not used by anaconda.org at all. This seems potentially like an anaconda.org problem, which may instead be tied to a recent re-deployment that we had to do because disks were full. |
It's not |
I looked at the error more, and it's definitely a conda-build problem. The 404 is happening on the local channel. I'll take a look at this ASAP. |
This is happening because update_index was changed to operate on whole channels, not on subdirs. https://github.com/conda-forge/staged-recipes/blob/master/.ci_support/build_all.py#L34 We probably need to fix conda-smithy in the long-term, but for the short-term, I'll put in a fix to conda-build and a deprecation warning. Sorry for the unintentional breaking change. |
Hi @msarahan this is still failing with |
hmmm.... it is taking the new code path I put in:
I'll have to try again. |
Thanks @msarahan to fix this! :) |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
I have seeing some errors in
conda-forge
after the newconda-build
release.The error is regarding a missing
noarch/repodata.json
.It's possible to see the conda version and also the process in this link:
https://circleci.com/gh/conda-forge/staged-recipes/30232?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
There are at least 3 packages which are failing in
conda-forge
, like:conda-forge/staged-recipes#6587
conda-forge/staged-recipes#6623
conda-forge/staged-recipes#6624
And there is an open issue in
conda-forge
regarding that:conda-forge/staged-recipes#6587
The text was updated successfully, but these errors were encountered: