When building on a local development machine, cmake found an incorrect Python interpreter path.
Opened this issue · 0 comments
lipracer commented
find_package(PythonLibs REQUIRED) 会优先搜索系统路径,如果在conda环境中构建,将会导致编译产出链接错误的python版本。
Opened this issue · 0 comments
find_package(PythonLibs REQUIRED) 会优先搜索系统路径,如果在conda环境中构建,将会导致编译产出链接错误的python版本。