Matthieu Darbois
Matthieu Darbois
@jcfr, thanks, I could upload the missing wheel to PyPI. > One more idea: cross-compile on amd64 via dockcross. @thewtex, That's yet another option but cross-compilation is not supported for...
cmake-python-distributions require cmake to build. From the logs, I'm guessing there's no previous installation of cmake. see also #33 which might be relevant.
I tried moving to pypa/setuptools_scm but something went wrong with the MANIFEST for sdist at least (nox failing there). It might be related to https://github.com/scikit-build/scikit-build/pull/402 (or not), needs further investigation.
@ax3l, I can't reproduce with 3.24.0 however I do reproduce this with 3.24.1 Is that a mistake when reporting the issue or am I missing something else ?
@henryiii, I will tag 3.24.1.1 once I have confirmation from @ax3l that there's nothing wrong with 3.24.0 in case I'm missing something else. I'll also yank 3.24.1 in PyPI.
Keeping open until a SIMD version is implemented.
The issue is still there with 3.20.3 macOS 12.6, Python 3.10.7, protobuf==3.20.3 and Mac M1
There's no definitive plan to drop 3.6 in manylinux yet. The only thing hinted in https://github.com/pypa/manylinux/issues/1260 is that it will not happen before Ubuntu 18.04 end of active support (2023-04)...
> An alternative fix would be what I suggested earlier in that PR, to not install python first, as it's unneeded for the cibuildwheel action, and in this case actually...
I opened https://github.com/actions/python-versions/pull/189 to fix this issue.