Git Product home page Git Product logo

Comments (4)

ZeusMarti avatar ZeusMarti commented on June 11, 2024

By the way we tried it in two different PCs with the same result.

from at.

lfarv avatar lfarv commented on June 11, 2024

Hi @ZeusMarti : the answer is in the error message: you C compiler is too old.

Unlike Matlab, python does not clearly states which are the compatible compilers for a given python version, it just says "You will still need the C compiler that was used to build Python; typically Microsoft Visual C++.", which depends on where your binary distribution of python was generated.

I found some compatibility table here.

Personally, I have no problem with Microsoft Visual Studio Community 2019 (including Microsoft Visual C++ 2019).

Now this only concerns building from source. Installing from PyPI should not require a C compiler, so I would like to see the error you got using pip install accelerator-toolbox, which should install a binary.

from at.

ZeusMarti avatar ZeusMarti commented on June 11, 2024

Thanks @lfarv ,

The Visual C++ version seems to be older than 14, I'm a bit confused, I just asked help to our IT section, will see.

VisCVersion

Indeed finally the remote installation pip install accelerator-toolbox worked so we can start doing something.
By the way, this is for a new student we just got. Maybe he could contribute in the future, we are still defining his project (6 months, half time), is there any specific project you think suitable for such profile?

from at.

lfarv avatar lfarv commented on June 11, 2024

The Visual C++ version seems to be older than 14

What you highlight there is not the Visual C++ compiler itself, but the "Visual C++ Redistributable", which is (I think…) a set of libraries which need to be distributed for running apps compiled with Visual C++.

Indeed finally the remote installation pip install accelerator-toolbox worked

Good ! I have no way to experiment with binary distribution on Windows, but apparently you confirm that it works without needing a C++ compiler.

By the way, this is for a new student we just got. Maybe he could contribute in the future

Excellent. Concerning the future development on AT, I expect a lot from the future meeting(s) of the "board", as advertised by Simon, to identify and prioritise the next evolutions.

from at.

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.