-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
use CDN to determine availability of newer conda-smithy #1491
Comments
It's not impossible. You can do |
cool, didn't know that option, thanks |
The CDN is an internal detail of anaconda.org. So I'd hesitate to embed its presence in conda-smithy directly. |
Maybe we should add that option to the error message. |
Also, |
The check for being up-to-date with the smithy version seems to go to the package server directly, which leads to the following failure (for the hour or so that the package makes its way through the CDN, during which time the newer version is not actually installable yet!):
That hour is not the most critical thing in the world (though it can be painful when suddenly you cannot rerender just as you need it), but now there was an unlucky confluence of events - basically 3.10.3 was uploaded to the server after conda-forge/status#115 hit the CDN, and until this is resolved, it's impossible to actually install the package and therefore to do any local rerenders.
Ideally, the check should be changed to use the same channel-data as the conda-installer, so that such situations cannot happen again.
The text was updated successfully, but these errors were encountered: