Closed hwiedPro closed 5 years ago
Please run rm -rf bolero-dev/learning/bolero/build
and rebuild this package:
mkdir build
cd build
cmake_debug ..
make install
The ranking SVM needs a Cython extension. The C file of this extension is generated by CMake (line 30 of the top-level CMakeLists.txt). I'm not sure if it works if you just run cmake again without deleting the build folder but it might be possible.
Let me know if it works.
I assume you meant first cd build
and then cmake_debug ..
? ;)
Found a typo in my export CYTHON=cython3
therefore the execution of the command during cmake_debug failed.
Now it works! Thanks for your help!
When building bolero the the file _ranking_svm.c is missing which has been removed in commit 99409c5f