From 1c03a419baeea19fa9f0732b789844ac7f270934 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Mon, 9 Jan 2023 17:39:47 -0600 Subject: [PATCH] try the MF path instead --- build_python_framework_pkgs.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_python_framework_pkgs.zsh b/build_python_framework_pkgs.zsh index 6008c91..5aa020e 100755 --- a/build_python_framework_pkgs.zsh +++ b/build_python_framework_pkgs.zsh @@ -133,7 +133,7 @@ fi # Force the C path depending on the version of Python to allow tools like cffi/xattr to build without wheels otherwise it errors # Can't use Apple's headers for 3.10 and higher as they are (currently) 3.9 -export C_INCLUDE_PATH="/Library/Frameworks/Python.framework/Versions/${PYTHON_BIN_VERSION}/include/python${PYTHON_BIN_VERSION}/" +export C_INCLUDE_PATH="/Library/ManagedFrameworks/Python.framework/Versions/${PYTHON_BIN_VERSION}/include/python${PYTHON_BIN_VERSION}/" # export C_INCLUDE_PATH="/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/Current/Headers/" # build the framework