Following the instructions here: https://developer.apple.com/metal/tensorflow-plugin/
When I do the step: conda install -c apple tensorflow-deps
I get:
Downloading and Extracting Packages
tensorflow-deps-2.9. | 3 KB | | 0%
CondaHTTPError: HTTP 403 FORBIDDEN for url https://conda.anaconda.org/apple/osx-arm64/tensorflow-deps-2.9.0-0.tar.bz2
Elapsed: 00:00.362533
CF-RAY: 72dd062a7a7cae2a-BOS
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
I tried downloading it using curl and the browser and got the same problem.
It appears that the version prior to 2.8 are there, but 2.8 and 2.9 give the same error.
Any advice?