InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

ENH: Update Python package builds for v5.2.0.post1 #113

Closed thewtex closed 3 years ago

dzenanz commented 3 years ago

When building for Python 3.6, 3.7 is being invoked:

+ /opt/python/cp37-cp37m/bin/auditwheel repair --plat manylinux2014_x86_64 'dist/itk_*linux_x86_64.whl' -w /work/dist/
/ITKPythonPackage/scripts/internal/manylinux-build-module-wheels.sh: line 61: /opt/python/cp37-cp37m/bin/auditwheel: No such file or directory
Error: Process completed with exit code 1.
thewtex commented 3 years ago

green again 🚀