Git Product home page Git Product logo

Comments (7)

davidia avatar davidia commented on September 17, 2024

looks like it's running in python 2.6 try editing:

 if len(glob.glob('{}/*.pyx'.format(dirpath))) > 0:

to

if len(glob.glob('{0}/*.pyx'.format(dirpath))) > 0:

from pyql.

dpinte avatar dpinte commented on September 17, 2024

Let me check with a clean VM.

from pyql.

dpinte avatar dpinte commented on September 17, 2024

Will add the suggested fix on master asap.

from pyql.

dpinte avatar dpinte commented on September 17, 2024

If you build fails with some issues relative to quantlib/pricingengines/bonds.pyx, you might have to update to #11. I have fixed some errors. It will be in master very soon

from pyql.

dpinte avatar dpinte commented on September 17, 2024

Ok, I can now build and run the entire test suite on python 2.6. Can you check it works for you too?

from pyql.

sriram-rajan avatar sriram-rajan commented on September 17, 2024

David and Didrik,

Thanks for the follow-up in the last 3 days. I started receiving these messages at the start of a long weekend and have not been able to return to my home computer since then (I'm out of town).

Since my original posting, I upgraded to Python 2.7 since I noticed that was the environment used for the Cython build. Upon upgrading to 2.7 and building Cython, I have some additional problems-- but can't recall here what specific issues. I will check when I get home on Tuesday.

Thanks for the help, and I'll come back to your shortly. Kind regards, Sriram

from pyql.

dpinte avatar dpinte commented on September 17, 2024

Closing this ticket as the python 2.6 issues have been closed

from pyql.

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.