belltailjp / selective_search_py

Python-based implementation of the Selective Search for Object Recognition.
MIT License
369 stars 121 forks source link

Import Error and Boost Numpy Build Error #7

Open gxieaa opened 9 years ago

gxieaa commented 9 years ago

When I try to implement the selective search demo, "make" step error: make_error

From this graph, I realize this error is relevant from Boost Numpy.

I revised the CMakeLists.txt as the second graph: python_requirement

CmakeList result is passed and described as the third graph: my_cmakelist

However, when I try to make in Boost Numpy, there are the error boost_numpy_error

I guess Boost Numpy is not so compatible for Python 3.4.3. But in your requirement.txt, Python Version greater than 3.4.3 is required.

So would you like to give your CmakeList.txt for Boost Numpy or other suggestion for this issue. Thanks a lot!

gxieaa commented 9 years ago

yes. I am trying to revising your code as c++ version

On Tue, Sep 15, 2015 at 7:44 PM, kevinmartinmauro notifications@github.com wrote:

I am also having this problem, now, officially

— Reply to this email directly or view it on GitHub https://github.com/belltailjp/selective_search_py/issues/7#issuecomment-140581854 .