Giter Site home page Giter Site logo

Comments (3)

eugvas avatar eugvas commented on June 21, 2024

well, Windows platform is not "officially supported" - meaning that I haven't got a chance to test it (and the current installation script indeed fails, as you pointed out). There is no fundamental reason why the library shouldn't work on Windows (and I know at least one person who successfully compiled it), but at the moment I am unable to provide any working recipe, since I don't have a windows machine at hand. Sorry!
You may give it a try with manually editing the Makefile (though it might not be an easy task).

from agama.

ucapffm avatar ucapffm commented on June 21, 2024

Thank you very much for the prompt response.
I might try that. If not successful I'll go Linux.

from agama.

eugvas avatar eugvas commented on June 21, 2024

Compilation on Windows with MSVC is now supported - the setup.py script should be able to do this, provided that it is run from a command-line environment with Visual Studio environment variables set by vcvars64.bat or something similar, and that Python can be accessed from this command line. Run python setup.py install --user as usual.
I have not tried compilation with gcc / MinGW, and suspect that things might not work there. But if one wants to use a Python extension module, it has to be compiled with the same compiler as the Python itself, and this likely means MSVC.

from agama.

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.