[MacPorts] #63776: py39-tensorflow-metal, py39-tensorflow-macos not found on M1 device

MacPorts noreply at macports.org
Wed Nov 3 12:29:11 UTC 2021


#63776: py39-tensorflow-metal, py39-tensorflow-macos not found on M1 device
-------------------------------------------------+-------------------------
  Reporter:  essandess                           |      Owner:  (none)
      Type:  defect                              |     Status:  new
  Priority:  Normal                              |  Milestone:
 Component:  ports                               |    Version:  2.7.1
Resolution:                                      |   Keywords:
      Port:  py39-tensorflow-metal, py39         |
  -tensorflow-macos                              |
-------------------------------------------------+-------------------------

Comment (by ryandesign):

 `os.arch` should be settable on the command line just as I assume you were
 setting `build_arch` on the command line before.

 {{{
 sudo port -d checksum py38-tensorflow-macos os.arch=arm
 }}}


 Also, the port sets:
 {{{
     supported_archs ${build_arch}
 }}}
 which is weird. It looks like the port supports arm64 and x86_64 so it
 should set
 {{{
     supported_archs arm64 x86_64
 }}}

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


More information about the macports-tickets mailing list