Python 3.10 support for Tensorflow-metal and Tensorflow-macos

Can we have Python 3.10 support for Tensorflow-metal and Tensorflow-macos?

Accepted Reply

Hi @iseong

We have now added Python 3.10 support. You should be able to install it via pip as usual.

  • Is tensorflow 2.9 compatible with M1? Because when I follow https://developer.apple.com/metal/tensorflow-plugin/ this link, it keeps on installing the 2.9 version.

    Assume that the environment(not base environment) setup, the steps are:

    python -m pip uninstall tensorflow-macospython -m pip uninstall tensorflow-metalconda install -c apple tensorflow-deps --force-reinstallconda install -c apple tensorflow-deps==2.6.0python -m pip install tensorflow-macospython -m pip install tensorflow-metal

    It upgrade to version 2.9 after I done the step 5.

  • Awesome! Thank you so much!

  • Could you please update the installation instructions? It says now that only Python 3.8 and 3.9 are supported.

Add a Comment

Replies

Hi @iseong

We have now added Python 3.10 support. You should be able to install it via pip as usual.

  • Is tensorflow 2.9 compatible with M1? Because when I follow https://developer.apple.com/metal/tensorflow-plugin/ this link, it keeps on installing the 2.9 version.

    Assume that the environment(not base environment) setup, the steps are:

    python -m pip uninstall tensorflow-macospython -m pip uninstall tensorflow-metalconda install -c apple tensorflow-deps --force-reinstallconda install -c apple tensorflow-deps==2.6.0python -m pip install tensorflow-macospython -m pip install tensorflow-metal

    It upgrade to version 2.9 after I done the step 5.

  • Awesome! Thank you so much!

  • Could you please update the installation instructions? It says now that only Python 3.8 and 3.9 are supported.

Add a Comment

Can you please add an x86_64 file too!

  • Right you are, sorry about that. I have now made the x86_64 wheels available as well.

  • Thank you very much!

Add a Comment