From henrique.caroco55 at gmail.com Sat Apr 6 13:20:31 2024 From: henrique.caroco55 at gmail.com (H C) Date: Sat, 6 Apr 2024 18:20:31 +0100 Subject: [scikit-learn] Scikit-learn PR: "Linux pymin_conda_defaults_openblas" "Upload to Codecov" Failed Message-ID: Good afternoon, When I did a Pull Request to scikit-learn, it failed the pipeline "Linux pymin_conda_defaults_openblas" "Upload to Codecov" section, with error: "[2024-04-05T12:52:37.829Z] ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 503 - upstream connect error or disconnect/reset before headers. reset reason: connection failure [2024-04-05T12:52:37.829Z] ['verbose'] The error stack is: Error: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 503 - upstream connect error or disconnect/reset before headers. reset reason: connection failure at main (/snapshot/repo/dist/src/index.js) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [2024-04-05T12:52:37.829Z] ['verbose'] End of uploader: 474 milliseconds ##[error]Bash exited with code '255'." Everyting else passed, any idea of what could've caused the fail? I expected everything to pass. I strongly believe I did everything as stated in the Contributing Section. The only thing I didn't do was change the changelog, but in the PR it states "Check Changelog / A reviewer will let you know if it is required or can be bypassed (pull_request)" . The code tests also passed, both locally and in the pipelines (including a test I added). Error link: https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=65586&view=logs&j=66042141-7fd2-581d-812e-1a1b1d5e0f0c&t=27a9f5da-2f14-5f39-0a4f-501f786ad84b Thank you, Henrique. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremie.du-boisberranger at inria.fr Tue Apr 9 16:12:38 2024 From: jeremie.du-boisberranger at inria.fr (Jeremie du Boisberranger) Date: Tue, 9 Apr 2024 22:12:38 +0200 Subject: [scikit-learn] [ANN] scikit-learn 1.4.2 is online! In-Reply-To: References: Message-ID: <2db7e528-9244-4811-87e4-dd985821e0af@inria.fr> Hi everyone, scikit-learn 1.4.2 is out on pypi.org ! This release only includes support for numpy 2. You can upgrade with pip as usual: |pip install -U scikit-learn | Thanks to all contributors who helped on this release. J?r?mie, On behalf of the Scikit-learn maintainers team. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ocombescure at gmail.com Tue Apr 9 17:03:34 2024 From: ocombescure at gmail.com (olivier combescure) Date: Tue, 9 Apr 2024 23:03:34 +0200 Subject: [scikit-learn] [ANN] scikit-learn 1.4.2 is online! In-Reply-To: <2db7e528-9244-4811-87e4-dd985821e0af@inria.fr> References: <2db7e528-9244-4811-87e4-dd985821e0af@inria.fr> Message-ID: What is your aim using scikit? Le mar. 9 avr. 2024, 22:14, Jeremie du Boisberranger < jeremie.du-boisberranger at inria.fr> a ?crit : > Hi everyone, > > scikit-learn 1.4.2 is out on pypi.org ! > This release only includes support for numpy 2. > > You can upgrade with pip as usual: > > pip install -U scikit-learn > > Thanks to all contributors who helped on this release. > > J?r?mie, > On behalf of the Scikit-learn maintainers team. > _______________________________________________ > scikit-learn mailing list > scikit-learn at python.org > https://mail.python.org/mailman/listinfo/scikit-learn > -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrique.caroco55 at gmail.com Thu Apr 11 14:22:06 2024 From: henrique.caroco55 at gmail.com (H C) Date: Thu, 11 Apr 2024 19:22:06 +0100 Subject: [scikit-learn] Scikit-learn PR: "Linux pymin_conda_defaults_openblas" "Upload to Codecov" Failed In-Reply-To: References: Message-ID: Just a follow-up saying I fixed the error by contacting the Codecov staff and it was a Codecov server error. Did an empty commit and the checks were successful. Sorry for the inconveninence. H C escreveu (s?bado, 6/04/2024 ?(s) 18:20): > Good afternoon, > > When I did a Pull Request to scikit-learn, it failed the pipeline "Linux > pymin_conda_defaults_openblas" "Upload to Codecov" section, with error: > > "[2024-04-05T12:52:37.829Z] ['error'] There was an error running the > uploader: Error uploading to https://codecov.io: Error: There was an > error fetching the storage URL during POST: 503 - upstream connect error or > disconnect/reset before headers. reset reason: connection failure > > [2024-04-05T12:52:37.829Z] ['verbose'] The error stack is: Error: Error > uploading to https://codecov.io: Error: There was an error fetching the > storage URL during POST: 503 - upstream connect error or disconnect/reset > before headers. reset reason: connection failure at main > (/snapshot/repo/dist/src/index.js) at process.processTicksAndRejections > (node:internal/process/task_queues:95:5) [2024-04-05T12:52:37.829Z] > ['verbose'] End of uploader: 474 milliseconds > > ##[error]Bash exited with code '255'." > > Everyting else passed, any idea of what could've caused the fail? > > I expected everything to pass. I strongly believe I did everything as > stated in the Contributing Section. The only thing I didn't do was change > the changelog, but in the PR it states "Check Changelog / A reviewer will > let you know if it is required or can be bypassed (pull_request)" . > > The code tests also passed, both locally and in the pipelines (including a > test I added). > > > Error link: > https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=65586&view=logs&j=66042141-7fd2-581d-812e-1a1b1d5e0f0c&t=27a9f5da-2f14-5f39-0a4f-501f786ad84b > > > Thank you, > > Henrique. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gael.varoquaux at normalesup.org Thu Apr 11 15:03:03 2024 From: gael.varoquaux at normalesup.org (Gael Varoquaux) Date: Thu, 11 Apr 2024 21:03:03 +0200 Subject: [scikit-learn] Scikit-learn PR: "Linux pymin_conda_defaults_openblas" "Upload to Codecov" Failed In-Reply-To: References: Message-ID: <20240411190303.hek6fw746vyd64wl@gaellaptop> We're happy that you figured this out. Thanks for your perseverance, and sorry for not having suggestions. Best, Ga?l On Thu, Apr 11, 2024 at 07:22:06PM +0100, H C wrote: > Just a follow-up saying I fixed the error by contacting the Codecov staff and > it was a Codecov server error. Did an empty commit and the checks were > successful. > Sorry for the inconveninence. > H C <[1]henrique.caroco55 at gmail.com> escreveu (s?bado, 6/04/2024 ?(s) 18:20): > Good afternoon,? > When I did a Pull Request to scikit-learn, it failed the pipeline "Linux > pymin_conda_defaults_openblas" "Upload to Codecov" section, with error: > "[2024-04-05T12:52:37.829Z] ['error'] There was an error running the > uploader: Error uploading to?[2]https://codecov.io: Error: There was an > error fetching the storage URL during POST: 503 - upstream connect error or > disconnect/reset before headers. reset reason: connection failure > [2024-04-05T12:52:37.829Z] ['verbose'] The error stack is: Error: Error > uploading to?[3]https://codecov.io: Error: There was an error fetching the > storage URL during POST: 503 - upstream connect error or disconnect/reset > before headers. reset reason: connection failure at main (/snapshot/repo/ > dist/src/index.js) at process.processTicksAndRejections (node:internal/ > process/task_queues:95:5) [2024-04-05T12:52:37.829Z] ['verbose'] End of > uploader: 474 milliseconds > ##[error]Bash exited with code '255'." > Everyting else passed, any idea of what could've caused the fail? > I expected everything to pass. I strongly believe I did everything as > stated in the?Contributing?Section. The only thing I didn't do was change > the changelog, but in the PR it states "Check Changelog / A reviewer will > let you know if it is required or can be bypassed (pull_request)"?. > The code tests also passed, both locally and in the pipelines (including a > test I added). > Error link:?[4]https://dev.azure.com/scikit-learn/scikit-learn/_build/ > results?buildId=65586&view=logs&j=66042141-7fd2-581d-812e-1a1b1d5e0f0c&t= > 27a9f5da-2f14-5f39-0a4f-501f786ad84b > Thank you, > Henrique. > References: > [1] mailto:henrique.caroco55 at gmail.com > [2] https://codecov.io/ > [3] https://codecov.io/ > [4] https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=65586&view=logs&j=66042141-7fd2-581d-812e-1a1b1d5e0f0c&t=27a9f5da-2f14-5f39-0a4f-501f786ad84b > _______________________________________________ > scikit-learn mailing list > scikit-learn at python.org > https://mail.python.org/mailman/listinfo/scikit-learn -- Gael Varoquaux Research Director, INRIA http://gael-varoquaux.info http://twitter.com/GaelVaroquaux