Hi, I'm having some issue building 4.6.0 on Azure ...
# general
v
Hi, I'm having some issue building 4.6.0 on Azure for MacOS (no problem w/ other platforms) in the "Configure osquery" step:
Copy code
CMake Error at /Users/runner/cmake-3.17.5-Darwin-x86_64/CMake.app/Contents/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
  Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) (Required
  is at least version "3.5")

      Reason given by package: 
          Interpreter: Wrong version for the interpreter "/usr/local/bin/python"
How might I go about fixing this?
m
here's our macOS pipeline if you'd like to compare it to yours https://github.com/osquery/osquery/blob/master/azure-pipelines.yml#L192
v
thank you that's helpful 👍
z
My guess would be it's a PATH issue.
v
Changing the MacOS vmImage to 10.15 and XCode to 11.7 in the 4.6.0 YAML fixed my issue. Thanks for the help! 🙏
🆒 2