Matt McCormick

Results 561 comments of Matt McCormick

Yes, we need to :lipstick: style it up. :medal_sports: . This is also identifying bugs, e.g. ``` ./windows_build_wheels.py:220:9: F821 undefined name 'python_executable' ``` :scream:

Hi @yliu7366 , which `itk` Python packages do you have installed?

We need to update related module packages for `itk-5.2.0.post2`. @dboaretti it looks like you are using `itk-bonemorphometry`. This package was updated for `itk-5.2.0.post2` in version 1.3.0. Please try `pip install...

@tbirdso yes, we will need to update the XCode SDK version used for the ITKPythonPackages.

The itk-5.3rc4.post3 builds were built against /Applications/Xcode_13.2.1.app, which [is the default](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md) on the GitHub Action Runner `macos-11` image.

Hi @ntatsisk , thanks for the report. We are releasing 5.3rc4.post1 soon -- it will be interesting to see if this addresses this issue.

@ntatsisk thanks for the testing and update! I made a few notes in: https://github.com/InsightSoftwareConsortium/ITK/issues/3391#issuecomment-1192955848

In the process, migrate to the `ITK` repository.

Thanks for the note. I'll try to reproduce with ITK, then investigate enabling the option by default in skbuild. CC: @jcfr

The result of building ITK with `python setup.py install`: ``` Python 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118] on linux2 Type "help", "copyright", "credits" or "license" for more...