We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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 #7 (comment) .
I am also having this problem, now, officially
— Reply to this email directly or view it on GitHub #7 (comment) .
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: