-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Description
Not sure it's worth fixing here, but it seems that when using:
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)the "Development" component fails being found if libpythonXX.a and libpythonXX.so both cannot be found. This is a problem when building C extensions using CMake (rather than using setuptools).
Note that the library isn't actually used for building (you can touch the missing file and it makes CMake happy), but it's required to be present anyway...
(see CMake docs)
Metadata
Metadata
Assignees
Labels
No labels