You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSX builds are failing with ... macosx_10_10_intel.whl is not a supported wheel on this platform.. pip debug --verbose will at least give a list of supported platform names.
The text was updated successfully, but these errors were encountered:
I also seen issues installing epicscorelibs on python:3.12-alpine docker image due to missing wheels.
I think this has something to do with the manylinux variants and that for py3.12 there is only manylinux2014 and there might be the need for manylinux_2_28 ?
It is time again to updated build recipes...
OSX builds are failing with
... macosx_10_10_intel.whl is not a supported wheel on this platform.
.pip debug --verbose
will at least give a list of supported platform names.The text was updated successfully, but these errors were encountered: