Steve Smith

Results 121 comments of Steve Smith

> Just downloaded the logs, and the issues are intertwined: > > * `py38/py39-tensorflow` isn't building for Monterey, perhaps due to the issues with Bazel. > * `py310-tensorflow` doesn't exist...

Please see the fix in https://github.com/macports/macports-ports/pull/16171.

FWIW I believe the the fix is simply to replace the action `v1-update` with `update`.

I’d also like to see PyTorch with MPS support, which should be quite fast on iPad Pro’s with M1 or M2 chips. An example build formula for macOS is at...

> @essandess so should this PR be closed or is there still work being done to get this to a merge-able state? I would defer to the port maintainers. I...

FWIW, I observe that TF 2.11.0 fails to build with the latest `bazel`: ``` :info:build ERROR: /opt/local/var/macports/build/_opt_local_ports_python_py-tensorflow/py310-tensorflow/work/tensorflow-tensorflow-d5b57ca/tensorflow/python/BUILD:358:27: Linking tensorflow/python/_pywrap_py_exception_registry.so failed: (Aborted): cc_wrapper.sh failed: error executing command :info:build (cd /opt/local/var/macports/build/_opt_local_ports_python_py-tensorflow/py310-tensorflow/work/bazel_build/4031e1b921605e62c062b5347ee6e130/execroot/org_tensorflow &&...

Tensorflow version 2.12.0 still doesn't build on macOS because of: * https://github.com/tensorflow/tensorflow/issues/58368 * https://github.com/tensorflow/tensorflow/issues/58825 Nevertheless, this is the same level of brokenness as the existing TF; therefore, I recommend merging...

I confirm that this latest version builds locally on: macOS 12.6.1 21G217 x86_64 Xcode 14.1 14B47b

> CI failed: > > ``` > FATAL: bazel crashed due to an internal error. Printing stack trace: > java.lang.ExceptionInInitializerError > at com.google.devtools.build.lib.actions.ParameterFile.writeContentLatin1(ParameterFile.java:141) > … > at com.google.devtools.build.lib.unsafe.StringUnsafe.(StringUnsafe.java:36) > ......

> @essandess Could you make sure to follow the instructions mentioned [here](https://www.tensorflow.org/install) and check the tested build [configurations](https://www.tensorflow.org/install/source#macos) . > Thank you! That’s exactly what I have done. The failed...