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

cmake doesn't find python interpreter and python wheel file does not make. #127

Open
hjahan58 opened this issue Sep 30, 2023 · 1 comment

Comments

@hjahan58
Copy link

hjahan58 commented Sep 30, 2023

Hi
while compiling gpufit in linux ubunto 18 in conda environment by cmake it dosnt finde any version of python .
its seem s that find_package( PythonInterp ) dosnt work.
i try to set python library path in cmake command line or in cmakelists but it dosnt work and python wheel file dosnt make.
cmake version 3.27

@mmarinriera
Copy link

I have run into the same problem in Ubuntu 22.04. My cmake version is 3.22.1

It seems that PythonInterp is deprecated since cmake version 3.12. I tried to install a previous version of cmake but I didn't succeed.
https://cmake.org/cmake/help/latest/module/FindPythonInterp.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants