Closed coreyjadams closed 2 years ago
Could you share the workflow file you are using when encountering this issue?
The manylinux containers include multiple Python versions in the /opt/python/<python tag>-<abi tag>
directories (see https://github.com/pypa/manylinux#image-content). I'm not immediately sure what is going wrong here.
Hi,
Thanks for creating this github action and maintaining it - really appreciated!
I am trying to use it to build a C++ extension that builds with CMake. I've hit an issue that I'm not 100% sure how to fix - my package requires the Python header files, but CMake isn't finding them:
It clearly finds the right version of python; are the Development components also installed in the container? Apologies if I'm just doing something wrong (which is most likely!).