Gpufit icon indicating copy to clipboard operation
Gpufit copied to clipboard

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

Open hjahan58 opened this issue 1 year ago • 1 comments

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

hjahan58 avatar Sep 30 '23 18:09 hjahan58

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

mmarinriera avatar Mar 06 '24 14:03 mmarinriera