[MacPorts] #60317: py38-tensorflow1: error: SDK "macosx10.10" cannot be located

MacPorts noreply at macports.org
Thu May 21 22:27:51 UTC 2020


#60317: py38-tensorflow1: error: SDK "macosx10.10" cannot be located
-----------------------------+--------------------------
  Reporter:  ryandesign      |      Owner:  emcrisostomo
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.6.2
Resolution:                  |   Keywords:
      Port:  py-tensorflow1  |
-----------------------------+--------------------------

Comment (by blair):

 For some reason, if I change

 {{{
         set tf_bazel_build_opts "${tf_bazel_build_opts}
 --macos_sdk_version=${configure.sdk_version}"
 }}}

 to

 {{{
         set tf_bazel_build_opts "${tf_bazel_build_opts}
 --macos_sdk_version=10.14"
 }}}

 then it works.

 My system has

 {{{
 $ ls
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
 Entitlements.plist  SDKSettings.json  SDKSettings.plist  System  usr
 }}}

 I did a manual Xcode 10 install, maybe I picked up a wrong download?

-- 
Ticket URL: <https://trac.macports.org/ticket/60317#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list