I am not able to build a Python wrapper module for my C library via CMake and Swig for Python3. Everything works fine for Python2.x but it looks like CMake cannot find Pytho
Can you make sure your build directory is clean? I had the exact same issue and after cleaning the dir it worked.