Gábor Gyimesi created MINIFICPP-1635:
----------------------------------------
Summary: MacOS builds fail with missing Python package
Key: MINIFICPP-1635
URL: https://issues.apache.org/jira/browse/MINIFICPP-1635
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Gábor Gyimesi
Assignee: Gábor Gyimesi
MacOS builds fail with configuration error:
{code:java}
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
(Required is at least version "3.5")
CMake Error at
/usr/local/Cellar/cmake/3.21.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
(Required is at least version "3.0")
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.21.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594
(_FPHSA_FAILURE_MESSAGE)
/usr/local/Cellar/cmake/3.21.2/share/cmake/Modules/FindPythonLibs.cmake:310
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
extensions/script/CMakeLists.txt:37 (find_package)
-- Configuring incomplete, errors occurred!
{code}
Issue appeared after python 3.9.7 upgrade on host machines. Issue may be
related to: https://github.com/actions/virtual-environments/issues/4020
--
This message was sent by Atlassian Jira
(v8.3.4#803005)