Open gxieaa opened 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 .
When I try to implement the selective search demo, "make" step error:
From this graph, I realize this error is relevant from Boost Numpy.
I revised the CMakeLists.txt as the second graph:
CmakeList result is passed and described as the third graph:
However, when I try to make in Boost Numpy, there are the 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!