Giter VIP home page Giter VIP logo

ccv-numpy's People

Contributors

r3gis3r avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ccv-numpy's Issues

ImportError: ./_libccv.so: undefined symbol: fftwf_plan_many_dft_r2c

Hi,

I'm getting this import error when I import libccv from ipython.

In [1]: import libccv
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-9111a8ef90fd> in <module>()
----> 1 import libccv

/home/user/CCV Numpy/libccv.py in <module>()
     30                 fp.close()
     31             return _mod
---> 32     _libccv = swig_import_helper()
     33     del swig_import_helper
     34 else:

/home/user/CCV Numpy/libccv.py in swig_import_helper()
     26         if fp is not None:
     27             try:
---> 28                 _mod = imp.load_module('_libccv', fp, pathname, description)
     29             finally:
     30                 fp.close()

ImportError: ./_libccv.so: undefined symbol: fftwf_plan_many_dft_r2c

I'm compiling ccv from ./ccv/lib with make all without problems, and then doing

swig -python ccv_wrapper.i
python2 setup.py build_ext --inplace

Any ideas why is this happening?

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.