ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
629 stars 161 forks source link

COMP: Debugging output in runners #564

Closed cookpa closed 6 months ago

cookpa commented 6 months ago

Intel Mac runners failing suddenly

cookpa commented 6 months ago

I believe the problem is related to this

https://github.com/Homebrew/homebrew-core/issues/165793

Something changed in homebrew and now the call to install libpng is trying to install python 3.12, which doesn't work. There are other workarounds but for now I'm trying to not upgrade libpng, meaning we'd use the system default 1.6.42 on Intel Macs instead of 1.6.43.