Opened 8 months ago
Last modified 5 months ago
#60834 assigned defect
py27-tensorflow1: ERROR: tensorflow-1.15.3-cp27-cp27m-macosx_10_13_x86_64.whl is not a supported wheel on this platform.
Reported by: | ryandesign (Ryan Schmidt) | Owned by: | emcrisostomo (Enrico Maria Crisostomo) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | sierra | Cc: | cjones051073 (Chris Jones) |
Port: | py-tensorflow1 |
Description
ERROR: tensorflow-1.15.3-cp27-cp27m-macosx_10_13_x86_64.whl is not a supported wheel on this platform.
Change History (1)
comment:1 Changed 5 months ago by ryandesign (Ryan Schmidt)
Keywords: | sierra added |
---|
Note: See
TracTickets for help on using
tickets.
Current logs for
py27-tensorflow1 @1.15.4
py36-tensorflow1 @1.15.4
py37-tensorflow1 @1.15.4
py38-tensorflow1 @1.15.4
The problem seems to be that although we are on macOS 10.12 it is compiling with
-mmacosx-version-min=10.13
(which it should not do) which ultimately leads to:We also see in the log:
This is fine since it is using Xcode 9.2 which contains only the 10.13 SDK, but that has nothing to do with the deployment target.