Coder Social home page Coder Social logo

Comments (6)

sukritkalra avatar sukritkalra commented on May 25, 2024

@objorkman Can you let us know your Python, MacOS and Command Line tools version if the build succeeds on your Mac?

from erdos.

objorkman avatar objorkman commented on May 25, 2024

Potential workaround: PyO3/rust-numpy#223
Tested on M1 mac

from erdos.

pschafhalter avatar pschafhalter commented on May 25, 2024

PyO3/pyo3#341 might be related. Can someone on MacOS try the workaround proposed in the PyO3 FAQ?

Would be happy to merge that change if it fixes MacOS support.

from erdos.

pschafhalter avatar pschafhalter commented on May 25, 2024

They also suggest another fix (similar to the workaround @objorkman found), which involves adding a build.rs file:
https://pyo3.rs/latest/building_and_distribution.html#macos

from erdos.

objorkman avatar objorkman commented on May 25, 2024

If building on M1, create a file .cargo/config.toml with

[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

to fix this build issue (cc. PyO3/rust-numpy#223)

from erdos.

sukritkalra avatar sukritkalra commented on May 25, 2024

Closing because building using maturin on Mac solves the linker issues.

from erdos.

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.