The cut-pursuit library--cp.dll is not
zhairuoming opened this issue · 0 comments
Hi !loicland.Sorry to bother again!I am the one who try to run your code in windows,I generator the libraries,named cp.lib and cp.dll, by visual studio 2015 with it default compiler--MSVC14.0 .But I found in the test.py of cut-pursuit ,I can not import libcp.I change it to 'import cp' which is my output libraries and failed too.
`Connected to pydev debugger (build 201.7223.92)
Traceback (most recent call last):
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cp'
Process finished with exit code 1`
I think maybe it is the libboost_python.lib.I can not find any CMAKE parameter to define this lib file.
Do I need to set some parameter in CMakeLists.txt?