GithubHelp home page GithubHelp logo

Comments (4)

joerick avatar joerick commented on June 4, 2024 1

Waiting on pypa/pip#11715 .

Not a lot we can do here. You could try running your tests with SYSTEM_VERSION_COMPAT=0, e.g SYSTEM_VERSION_COMPAT=0 pytest <path>. Or just skip the tests on Python 3.8 macOS, other versions aren't affected.

from cibuildwheel.

joerick avatar joerick commented on June 4, 2024

macosx_11_4 isn't a valid platform tag, since macOS 11, packaging only lists 13_0, 12_0, 11_0 etc.

But I don't see that in your build log, I just see macosx_11_0, which is correct.

I just tried pip debug on pip 23.2.1 and Python 3.8 and surprisingly, I got this-

Compatible tags: 1493
  cp38-cp38-macosx_10_16_x86_64
  cp38-cp38-macosx_10_16_intel
  cp38-cp38-macosx_10_16_fat64
  cp38-cp38-macosx_10_16_fat32
  cp38-cp38-macosx_10_16_universal2
  cp38-cp38-macosx_10_16_universal
  cp38-cp38-macosx_10_15_x86_64
  cp38-cp38-macosx_10_15_intel
  cp38-cp38-macosx_10_15_fat64
  cp38-cp38-macosx_10_15_fat32
  ...
  [First 10 tags shown. Pass --verbose to show all.]

This is on a machine running macOS 13.4. So it seems like an issue with pip. The same issue doesn't seem to occur on Python 3.9+.

from cibuildwheel.

joerick avatar joerick commented on June 4, 2024

My memory is terrible - I previously discovered this and reported it back in February!

pypa/pip#11789

from cibuildwheel.

Fokko avatar Fokko commented on June 4, 2024

Got it, thanks @joerick for the context.

from cibuildwheel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.