Coder Social home page Coder Social logo

Comments (4)

skvark avatar skvark commented on July 19, 2024

Yes, I hope so too but you never know :)

My plan is to push first new 3.1.0 builds with Python 3.6 support to PyPI (seems that the latest commit builds are now ok) and after that I will update OpenCV to version to 3.2. If everything works fine, I'll release the 3.2.0 builds to PyPI right after that. This is just a very slow process since the builds take a lot of time.

from opencv-python.

skvark avatar skvark commented on July 19, 2024

Looks like Linux and macOS require some tinkering to get the builds working with 3.2.0.

from opencv-python.

skvark avatar skvark commented on July 19, 2024

Linux is OK, failures were caused by dropped Python 3.3 support on Numpy side. Pasting macOS errors here for easier access:


/Users/travis/build/skvark/opencv-python/opencv/modules/core/src/hal_internal.cpp:111:17: error: no matching function for call to 'sgesv_'

                sgesv_(&m, &n, (float*)a, &lda, piv, (float*)b, &m, info);

                ^~~~~~

/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/clapack.h:5571:5: note: candidate function not viable: no known conversion from 'int *' to '__CLPK_integer *' (aka 'long *') for 1st argument

int sgesv_(__CLPK_integer *__n, __CLPK_integer *__nrhs, __CLPK_real *__a,

    ^

/Users/travis/build/skvark/opencv-python/opencv/modules/core/src/hal_internal.cpp:113:17: error: no matching function for call to 'dgesv_'

                dgesv_(&m, &n, (double*)a, &lda, piv, (double*)b, &m, info);

                ^~~~~~

/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/clapack.h:2688:5: note: candidate function not viable: no known conversion from 'int *' to '__CLPK_integer *' (aka 'long *') for 1st argument

int dgesv_(__CLPK_integer *__n, __CLPK_integer *__nrhs, __CLPK_doublereal *__a,

    ^

It looks like the LAPACK implementation on macOS doesn't except integers as parameters for those functions...

from opencv-python.

skvark avatar skvark commented on July 19, 2024

3.2.0 builds are now in PyPI. I disabled LAPACK for macOS builds for now.

from opencv-python.

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.