Giter VIP home page Giter VIP logo

Comments (6)

jamesmurdza avatar jamesmurdza commented on May 26, 2024

I notice that it is building for two architectures (arch arm64 -arch x86_64). Could that be a potential issue?

from pyhector.

rgieseke avatar rgieseke commented on May 26, 2024

Thanks for the report. I don't use a Mac right now, so i can't really help.

from pyhector.

swillner avatar swillner commented on May 26, 2024

Hi James, I also don't use a Mac, but tried the fix as suggested by the compiler. You can find it in the branch fix-arm-mac-57. Could you have a check with that, please? (git checkout fix-arm-mac-57, git submodule update --init --recursive, pip install --user --editable ., pytest). Thank you very much!

from pyhector.

jamesmurdza avatar jamesmurdza commented on May 26, 2024

Yes Sven, it works now!

Homebrew installs ARM binaries in a different place so to have the Boost library be found I also had to: export CPATH=/opt/homebrew/include/:${CPATH} LIBRARY_PATH=/opt/homebrew/lib/:${LIBRARY_PATH}

Thanks for the fast solution.

from pyhector.

rgieseke avatar rgieseke commented on May 26, 2024

Excellent, glad to hear! Thanks for the note on Homebrew paths.

from pyhector.

rgieseke avatar rgieseke commented on May 26, 2024

Released as 2.4.0.1

https://pypi.org/project/pyhector/2.4.0.1/

from pyhector.

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.