Giter Club home page Giter Club logo

Comments (3)

henryiii avatar henryiii commented on June 12, 2024

What you install beforehand has no effect; Python build tools build in a new isolated environment by default.

meson-python's first supported version of Python as 3.7. You can't build 3.6 (and I see 3.5 in your pyproject.toml!) with meson-python.

from cibuildwheel.

brmather avatar brmather commented on June 12, 2024

Thanks so much for your response. It might be a small issue but you have saved me hours of scratching my head.

My next problem is that meson is finding the wrong Python to build wheels on Windows - x86 instead of x86_64:

https://github.com/underworldcode/stripy/actions/runs/7038639944/job/19155981683

Linux seems to be building fine. Any advice you can provide would be greatly appreciated!

from cibuildwheel.

henryiii avatar henryiii commented on June 12, 2024

It's trying to build 32-bit Windows wheels, so that's correct that it's finding 32-bit Python. Why is it saying it wants 64-bit Python, though? Maybe there's something that has to be set since it's technically a cross-compile. (This works out of the box with CMake & scikit-build-core ;) )

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.