Coder Social home page Coder Social logo

Comments (2)

pmav99 avatar pmav99 commented on May 23, 2024

When you pip install symengine you are pulling the wheel package for version 0.6.1 which is the latest version.

When you do pip install timesynth though you are pulling version 0.4 which is hardcoded and for which there is no wheel package for windows for your python version.

To be more precise the same happens on any OS, since there are no wheel packages for python 3.8 for 0.4

Since the wheel file is missing, pip tries to build it. But in order to build it you must have the dependencies for https://github.com/symengine/symengine.py

from timesynth.

1Reinier avatar 1Reinier commented on May 23, 2024

The versions were pegged down at the time because some symengine versions did not play well with the DDE package. If you feel the upgrade to 0.6 is stable, feel free to commit. Travis can test Linux compatibility, which what we officially support.

from timesynth.

Related Issues (18)

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.