zopefoundation / zope.interface

Interfaces for Python
http://zopeinterface.readthedocs.io/
Other
327 stars 71 forks source link

Wheels for MACOS Not working #223

Closed genisysram closed 3 years ago

genisysram commented 3 years ago

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

What I did:

The wheels for Macos for all the python versions were not working. https://travis-ci.com/github/genisysram/zope.interface/builds/217067754 Please find the url where all the versions were failing.

icemac commented 3 years ago

What does ”were not working" mean? What did you do and what was the error message (complete traceback)?

jamadden commented 3 years ago

Examining the supplied Travis CI link, I see two problems, both of which appear completely unrelated to zope.interface:

icemac commented 3 years ago

Okay, I am going to close this issue then. Thank you @jamadden for examining it.

Feel free to reopen if there are still questions open. (I know we have to migrate this project to GHA, too, but it is a bit more complicated than the pure Python ones.)

jamadden commented 3 years ago

I know we have to migrate this project to GHA, too, but it is a bit more complicated than the pure Python ones.

zodb/perfmetrics is the latest project that builds native wheels on macos and manylinux that I've moved to GHA. I would do something like that here, but I know we're all-in on reusing tox and just flake8 so it can't be used as-is.

icemac commented 3 years ago

@jamadden Thank you for the hint, I noted it down at https://github.com/zopefoundation/meta/issues/63 for later use.