Code Monkey home page Code Monkey logo

Comments (3)

thorade avatar thorade commented on June 8, 2024

Instead, I now tried make build-image (after installing Xcode to get git and make).
Some things I noticed when building the image:

  • I get some warning regarding apt-utils not being installed, you might want to install it earlier.
  • You are installing some package via apt-get and also via pip. Is this on purpose? This is for cython, scipy, numpy, matplotlib and possibly others.
  • If you decide to install scipyvia pip, you could try using
    pip install --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib,
    but maybe you have to update pip first using
    pip install --upgrade pip setuptools wheel
    This would also fix the warning about old pip being used.
  • Metis, MUMPS and libtoolthrow some warnings, not sure what that means
  • More warnings: autoconf versions not matching
  • automake-1.11 is missing
  • CMake incompatibilities
  • some more warning I don't understand

from modelicainaction.

mbonvini avatar mbonvini commented on June 8, 2024

Thanks for finding this problem, this commit 3d85cfd
should fix the problem associated with the make download-image command.

from modelicainaction.

thorade avatar thorade commented on June 8, 2024

Thanks for the quick fix.
Building the image also succeeded and the notebook gives me the same results.
Very nice and very helpful!

from modelicainaction.

Related Issues (3)

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.