-
Notifications
You must be signed in to change notification settings - Fork 6
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
Windows Python downloads are unreliable #55
Comments
@thewtex Do you have thoughts on what we could do to address this? If the issue is with the python.org or GitHub servers I am not sure what we can do other than introducing retries. |
Wondering if it could be related to: https://scikit-ci-addons.readthedocs.io/en/latest/addons.html#addressing-underlying-connection-closed |
To identify potential issue with a domain, this tool may be useful. See https://www.ssllabs.com/ssltest/ |
Thanks @jcfr , this looks like a good path for investigation. |
A fix is introduced in scikit-build/scikit-ci-addons#105 to use TLS 1.2 and 1.1 for downloading GitHub scripts and Python executables. Immediately following the patch SSL errors have continued to be observed in itk-wasm and other external modules despite fetching scripts from I am convinced that the issue lies in GitHub servers caching scripts or otherwise being out of sync. I am able to reproduce in a development branch where a CI runner fetches an old script from the @thewtex Do you have any thoughts on what can be done to address this? If it is indeed a GitHub issue it may resolve by itself if there is a periodic sync. |
@thewtex It looks like |
@tbirdso I am seeing consistently better behavior now, thank you!! I am now getting InsightSoftwareConsortium/ITKPythonPackage#251 , which is a separate issue, but could you please take a look. |
e.g.
https://github.com/InsightSoftwareConsortium/itk-wasm/actions/runs/4053853776/jobs/6982667101
The text was updated successfully, but these errors were encountered: