pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

macos: not a supported wheel on this platform



Hi!

Looking at
https://us-central.manta.mnx.io/pkgsrc/public/reports/Darwin/11.3/arm64/20230925.2131/meta/report.html
I see a weird error in the build report for py-rpds-py.

The build works fine, ends with:
Successfully built rpds_py-0.10.0-cp311-cp311-macosx_11_3_arm64.whl

but then the install phase doesn't work:
ERROR: rpds_py-0.10.0-cp311-cp311-macosx_11_3_arm64.whl is not a supported wheel on this platform.

https://stackoverflow.com/questions/38866758/filename-whl-is-not-a-supported-wheel-on-this-platform
says that 'pip --verbose debug' will list allowed tags; when I run it
on a macOS 13.6 system I have access to it shows

...
  cp311-cp311-macosx_13_0_arm64
  cp311-cp311-macosx_13_0_universal2
  cp311-cp311-macosx_12_0_arm64
  cp311-cp311-macosx_12_0_universal2
  cp311-cp311-macosx_11_0_arm64
  cp311-cp311-macosx_11_0_universal2
  cp311-cp311-macosx_10_16_universal2
  cp311-cp311-macosx_10_15_universal2
  cp311-cp311-macosx_10_14_universal2
  cp311-cp311-macosx_10_13_universal2
  cp311-cp311-macosx_10_12_universal2
  cp311-cp311-macosx_10_11_universal2
  cp311-cp311-macosx_10_10_universal2
  cp311-cp311-macosx_10_9_universal2
  cp311-cp311-macosx_10_8_universal2
  cp311-cp311-macosx_10_7_universal2
  cp311-cp311-macosx_10_6_universal2
  cp311-cp311-macosx_10_5_universal2
  cp311-cp311-macosx_10_4_universal2
...

So there's no macosx_11_3 listed.

I don't know what the proper fix is. Any ideas?

Thanks,
 Thomas


Home | Main Index | Thread Index | Old Index