Page MenuHomePhabricator

Python 3.7 does not work on macOS
Closed, ResolvedPublic

Description

According to @neher, Python 3.6 works. However, in CMake < 3.15 it is impossible to force find_package(Python3 ...) with any hints to prefer Python 3.6 over any other found Python version that is newer. The only way is to use find_package(Python3 3.6 EXACT ...). CMAKE_FRAMEWORK_PATH can be used to hint the Python.framework location.