Skip to content
New issue

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 building on a local development machine, cmake found an incorrect Python interpreter path. #195

Open
lipracer opened this issue Jul 18, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lipracer
Copy link
Owner

find_package(PythonLibs REQUIRED) 会优先搜索系统路径,如果在conda环境中构建,将会导致编译产出链接错误的python版本。

@lipracer lipracer added bug Something isn't working good first issue Good for newcomers labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant