Hi, On Mon, Oct 1, 2018 at 3:51 PM Robin Becker <ro...@reportlab.com> wrote: > > Thanks Dustin & Matthew, > > Appveyor pinning was relatively easy. I tried to pin in multibuild using the > approach of pillow, but now I am getting > > > macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl > > Traceback (most recent call last): > > File "multibuild/supported_wheels.py", line 38, in <module> > > main() > > File "multibuild/supported_wheels.py", line 32, in main > > tags = set(tags_for(fname)) > > File "multibuild/supported_wheels.py", line 21, in tags_for > > parsed_filename = WHEEL_INFO_RE.match(basename(fname)) > > AttributeError: 'builtin_function_or_method' object has no attribute 'match' > > in OSX and the same for manylinux. I think that's related to changes in > "multibuild/supported_wheels.py" intended to address wheel > 0.32.0 :(
Thanks for the report. I think that's fixed now, in the `devel` branch of multibuild. Nathaniel just merged the PR to Manylinux, so I think there is no longer any need to pinning the wheel version (doesn't need pinning on Mac, already pinned on Manylinux). Cheers, Matthew -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-le...@python.org https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/mm3/archives/list/distutils-sig@python.org/message/FHJMWIMQC54VTKZMIGP3RDCT5AYJS74W/