Git Product home page Git Product logo

Comments (2)

jmv2009 avatar jmv2009 commented on September 4, 2024

This message is two years old:

Can not install Firedrake with Python 3.12 at the moment:
Some wheels are not yet available for Python 3.12 for some required package(s).
Please install with Python 3.11 (or an earlier version >= 3.8).

Hacking through the install script, it appears there is actually no problem, except for
a) numpy (version 1.24) (needed version restriction removed and remove from wheel_blacklist to go through)
b) mpi4py (needs python3-dev package on host system to build to go through)
Curiously, both were on the wheel_blacklist, which undermined the claimed reason 3.12 should not yet be used, as claimed.

Note that the numpy version restriction appears due to performance.

from firedrake.

JDBetteridge avatar JDBetteridge commented on September 4, 2024

I'm glad that hacking around has worked for you, but this won't solve the problem for all of our users. We still have some issues before we can claim that Firedrake is Python 3.12 ready. There are also good reasons to not use the numpy wheel related to BLAS/LAPACK ABI incompatibilities.

If you want to follow progress there is a PR open which will address Python 3.12 installation when merged.

PS: I'm well aware that the message is two years old! I put it there 😛

from firedrake.

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.